diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-09-25 04:13:01 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-09-25 04:13:01 -0700 |
commit | f2ca68398a8e84c574f271eae1c6090b9975a754 (patch) | |
tree | 174d78a0ab6375b121ab010ebe211e8bc7e27ea6 | |
parent | 15c55898f203bcb3ef1ca67fb09d5e9405949543 (diff) |
libxcb now installs header files in <xcb>, not <X11/XCB>.
-rw-r--r-- | event/xcb_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event/xcb_event.h b/event/xcb_event.h index 1042066..9045a7e 100644 --- a/event/xcb_event.h +++ b/event/xcb_event.h @@ -1,7 +1,7 @@ #ifndef __XCB_EVENTS_H__ #define __XCB_EVENTS_H__ -#include <X11/XCB/xcb.h> +#include <xcb/xcb.h> #ifdef __cplusplus |