Przeglądaj źródła

Add the right header for IPPROTO_* on some platforms

Kyrio 5 lat temu
rodzic
commit
8091508428
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/candidate.cpp

+ 1 - 0
src/candidate.cpp

@@ -28,6 +28,7 @@
 #else
 #include <netdb.h>
 #include <sys/socket.h>
+#include <netinet/in.h>
 #endif
 
 #include <sys/types.h>