diff --git a/volk.h b/volk.h index 7fb6054..65cb3d6 100644 --- a/volk.h +++ b/volk.h @@ -100,12 +100,12 @@ # include # include -#if !defined(__XCB_H__) -# include - typedef struct xcb_connection_t xcb_connection_t; - typedef uint32_t xcb_window_t; - typedef uint32_t xcb_visualid_t; -#endif +# if !defined(__XCB_H__) +# include + typedef struct xcb_connection_t xcb_connection_t; + typedef uint32_t xcb_window_t; + typedef uint32_t xcb_visualid_t; +# endif # include