[PATCH 1/2] XQuartz: Ensure <dix-config.h> is included in capabilities.c

Jeremy Huddleston Sequoia jeremyhu at apple.com
Sat Feb 9 20:41:30 PST 2013


Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
---
 hw/xquartz/GL/capabilities.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hw/xquartz/GL/capabilities.c b/hw/xquartz/GL/capabilities.c
index 4702595..5573629 100644
--- a/hw/xquartz/GL/capabilities.c
+++ b/hw/xquartz/GL/capabilities.c
@@ -20,6 +20,10 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
-- 
1.8.1.2



More information about the xorg-devel mailing list