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 | 7413b7781257815f13eba9bc0567dd208fadfeaa (patch) | |
tree | 767a84d861b46739f84b564e722cc8e444c672db /image/test_xcb_image.c | |
parent | a76558d985a2a0172e452e705249c37c5dafae0b (diff) |
libxcb now installs header files in <xcb>, not <X11/XCB>.
Diffstat (limited to 'image/test_xcb_image.c')
-rw-r--r-- | image/test_xcb_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/image/test_xcb_image.c b/image/test_xcb_image.c index 23ce236..d482634 100644 --- a/image/test_xcb_image.c +++ b/image/test_xcb_image.c @@ -3,7 +3,7 @@ #include <stdlib.h> #include <stdio.h> -#include <X11/XCB/xcb.h> +#include <xcb/xcb.h> #include "xcb_aux.h" #include "xcb_image.h" |