[PATCH xserver 1/2] xres: Fix build without composite

Jeremy Huddleston jeremyhu at apple.com
Thu Apr 19 16:54:52 PDT 2012


Regression from: b8d0d19a6d410776b53a41e7cae90f68d4b22bb7
Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>
---
 Xext/xres.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/Xext/xres.c b/Xext/xres.c
index ecef0c0..dbefeeb 100644
--- a/Xext/xres.c
+++ b/Xext/xres.c
@@ -29,7 +29,10 @@
 #include <string.h>
 #include "hashtable.h"
 #include "picturestr.h"
+
+#ifdef COMPOSITE
 #include "compint.h"
+#endif
 
 /** @brief Holds fragments of responses for ConstructClientIds.
  *
-- 
1.7.10



More information about the xorg-devel mailing list