From e003f561e3c0611494dded0e5f846308ee1ebf8a Mon Sep 17 00:00:00 2001 From: realityfabric Date: Sun, 13 Dec 2015 08:27:32 -0800 Subject: [PATCH] Made it so that sys/select.h is only included if the operating system is not Windows --- libbitdht/src/udp/udplayer.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libbitdht/src/udp/udplayer.cc b/libbitdht/src/udp/udplayer.cc index 4a37abf16..df0ce8c84 100644 --- a/libbitdht/src/udp/udplayer.cc +++ b/libbitdht/src/udp/udplayer.cc @@ -32,7 +32,9 @@ #include #include #include +#ifndef WIN32 #include +#endif /*** * #define UDP_ENABLE_BROADCAST 1