[PATCH: xcb util-image] Fix xcb_bitops.h include path

Roberto Branciforti rbbrnc at gmail.com
Mon May 2 08:40:42 PDT 2011


This patch fix the include path of the xcb_bitops.h file.

Signed-off-by: rbbrnc <rbbrnci at gmail.com>

---
 image/test_formats.c |    2 +-
 image/xcb_image.c    |    2 +-
 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"
-- 
1.6.1.3


More information about the xorg-devel mailing list