diff options
author | marha <marha@users.sourceforge.net> | 2012-05-29 08:45:04 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-05-29 08:45:04 +0200 |
commit | ce592e25d6303a8f4a8aa0e2918e0f72a35bf175 (patch) | |
tree | 845b108f004259a6e4f72ade3dd5e0521ab3952b /xorg-server/Xext | |
parent | eef864d36de97903007f04fad9fa43afe297745b (diff) | |
download | vcxsrv-ce592e25d6303a8f4a8aa0e2918e0f72a35bf175.tar.gz vcxsrv-ce592e25d6303a8f4a8aa0e2918e0f72a35bf175.tar.bz2 vcxsrv-ce592e25d6303a8f4a8aa0e2918e0f72a35bf175.zip |
fontconfig libX11 mesa pixman xserver git update 29 May 2012
Diffstat (limited to 'xorg-server/Xext')
-rw-r--r-- | xorg-server/Xext/hashtable.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg-server/Xext/hashtable.c b/xorg-server/Xext/hashtable.c index 2adf92e56..9d9ef8949 100644 --- a/xorg-server/Xext/hashtable.c +++ b/xorg-server/Xext/hashtable.c @@ -1,3 +1,7 @@ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <stdlib.h> #include "misc.h" #include "hashtable.h" |