diff --git a/src/xcb_auth.c b/src/xcb_auth.c index 21c26b8..ea4ad8f 100644 --- a/src/xcb_auth.c +++ b/src/xcb_auth.c @@ -36,6 +36,10 @@ #include #endif +#ifdef HASXDMAUTH +#include +#endif + #ifdef _WIN32 #include "xcb_windefs.h" #else @@ -48,9 +52,6 @@ #include "xcb.h" #include "xcbint.h" -#ifdef HASXDMAUTH -#include -#endif enum auth_protos { #ifdef HASXDMAUTH