Browse Source

Fixed includes for MacOS

Paul-Louis Ageneau 5 years ago
parent
commit
f322ab00ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/candidate.cpp

+ 1 - 1
src/candidate.cpp

@@ -25,7 +25,7 @@
 #ifdef _WIN32
 #include <winsock2.h>
 #include <ws2tcpip.h>
-#elif __linux__
+#else
 #include <netdb.h>
 #include <sys/socket.h>
 #endif