test: include dix-config.h in hashtabletest.c

Missing _XSERVER64 define caused inconsistent sizeof(XID) between the
test and hashtable code, leading to test failures on 64bit big endian
archs like s390x or ppc64.

Signed-off-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Julien Cristau 2013-08-02 23:46:00 +02:00 committed by Peter Hutterer
parent b6e5c4669e
commit 930c6ff15d

View File

@ -1,3 +1,7 @@
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#include <misc.h> #include <misc.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>