diff --git a/src/xcb.h b/src/xcb.h index e19b19d..f720469 100644 --- a/src/xcb.h +++ b/src/xcb.h @@ -29,10 +29,10 @@ #define __XCB_H__ #include -#if HAVE_STDINT_H -#include -#elif HAVE_INTTYPES_H +#if defined(__solaris__) #include +#else +#include #endif /* FIXME: these names conflict with those defined in Xmd.h. */