X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb_auth.c;fp=src%2Fxcb_auth.c;h=859ab8a7619f9fc23016adb30aa084c3113d11bc;hb=163c47bdc0d32785d831e4c93fea9ab7e023446b;hp=a3a7e45b5819cde0b9dd82201233c40a1e4c815e;hpb=aa02096b8e7f94ad3c998a8d5af54963ee860b13;p=free-sw%2Fxcb%2Flibxcb 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 #include #include +#include + +#ifdef __INTERIX +/* _don't_ ask. interix has INADDR_LOOPBACK in here. */ +#include +#endif #ifdef _WIN32 #include "xcb_windefs.h"