diff options
Diffstat (limited to 'src/xcb_auth.c')
-rw-r--r-- | src/xcb_auth.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xcb_auth.c b/src/xcb_auth.c index a3a7e45..859ab8a 100644 --- a/src/xcb_auth.c +++ b/src/xcb_auth.c @@ -30,6 +30,12 @@ #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. */ +#include <rpc/types.h> +#endif #ifdef _WIN32 #include "xcb_windefs.h" |