Paul-Louis Ageneau 5 лет назад
Родитель
Сommit
f322ab00ec
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/candidate.cpp

+ 1 - 1
src/candidate.cpp

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