[PATCH] test: include dix-config.h in hashtabletest

Peter Hutterer peter.hutterer at who-t.net
Sun Jun 3 20:09:20 PDT 2012


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
I suspect this is simply caused by some 64-bit related issue that is now
gone from Xext but not from the matching test.

 test/hashtabletest.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/hashtabletest.c b/test/hashtabletest.c
index 64c7091..94da9eb 100644
--- a/test/hashtabletest.c
+++ b/test/hashtabletest.c
@@ -1,3 +1,7 @@
+#if HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
 #include <misc.h>
 #include <stdlib.h>
 #include <stdio.h>
-- 
1.7.10.1



More information about the xorg-devel mailing list