Several smaller fixes to compile on windows
[deb_shairplay.git] / src / lib / compat.h
index 560e6cd04ed0bc26347500b52d9ab860a8915594..ab32385f784f07ddcb0226b2ab8d3d08cba92600 100644 (file)
@@ -16,8 +16,8 @@
 #define COMPAT_H
 
 #if defined(WIN32)
-#include <windows.h>
 #include <ws2tcpip.h>
+#include <windows.h>
 #else
 #include <sys/types.h>
 #include <sys/socket.h>