summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Branciforti <rbbrnc@gmail.com>2011-05-02 17:40:42 +0200
committerArnaud Fontaine <arnau@debian.org>2011-05-03 01:28:31 +0900
commit46842004b8a9419dec49caf95e516f801bcda5b0 (patch)
tree9eaa1664c667e8222657c3f3e585e56ed6a815ef
parent97e6f64dfee62a65758c0667a4ee208d7e9ab44a (diff)
downloadutil-image-46842004b8a9419dec49caf95e516f801bcda5b0.tar.gz
Fix xcb_bitops.h include path
This patch fix the include path of the xcb_bitops.h file. Signed-off-by: rbbrnc <rbbrnci@gmail.com>
-rw-r--r--image/test_formats.c2
-rw-r--r--image/xcb_image.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/image/test_formats.c b/image/test_formats.c
index 5078548..b03673b 100644
--- a/image/test_formats.c
+++ b/image/test_formats.c
@@ -31,7 +31,7 @@
#include <string.h>
#include <xcb/xcb.h>
#include <xcb/xcb_aux.h>
-#include <xcb/xcb_bitops.h>
+#include "xcb_bitops.h"
#include "xcb_image.h"
#define WIDTH 50
diff --git a/image/xcb_image.c b/image/xcb_image.c
index 8a73b12..e426cbd 100644
--- a/image/xcb_image.c
+++ b/image/xcb_image.c
@@ -30,7 +30,7 @@
#include <xcb/xcb.h>
#include <xcb/shm.h>
#include <xcb/xcb_aux.h>
-#include <xcb/xcb_bitops.h>
+#include "xcb_bitops.h"
#include "xcb_image.h"
#define BUILD
#include "xcb_pixel.h"