Browse Source

Add the right header for IPPROTO_* on some platforms

Kyrio 5 years ago
parent
commit
8091508428
1 changed files with 1 additions and 0 deletions
  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>