Update tcpsocket.h

added #include <sys/time.h> for Type timeval
This commit is contained in:
J0EK3R
2018-02-02 16:20:04 +01:00
committed by GitHub
parent 4cdcf2d35e
commit 79fb47240e
+1
View File
@@ -21,6 +21,7 @@
#include <unistd.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <stdint.h>
#include <string>