Fix WIN32 compilation after commit 163c47bdc0d32785d831e4c93fea9ab7e023446b
[free-sw/xcb/libxcb] / src / xcb_auth.c
index 859ab8a..21c26b8 100644 (file)
@@ -30,7 +30,6 @@
 #include <sys/param.h>
 #include <unistd.h>
 #include <stdlib.h>
-#include <arpa/inet.h>
 
 #ifdef __INTERIX
 /* _don't_ ask. interix has INADDR_LOOPBACK in here. */
@@ -40,6 +39,7 @@
 #ifdef _WIN32
 #include "xcb_windefs.h"
 #else
+#include <arpa/inet.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <sys/un.h>