Просмотр исходного кода

Add netinet/tcp.h to includes to support TCP socket options on *nix.

z3apa3a 9 лет назад
Родитель
Сommit
34443d6515
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/structures.h

+ 1 - 0
src/structures.h

@@ -28,6 +28,7 @@ extern "C" {
 #ifndef _WIN32
 #include <sys/socket.h>
 #include <netinet/in.h>
+#include <netinet/tcp.h>
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <pthread.h>