diff options
Diffstat (limited to 'include/gc.h')
-rw-r--r-- | include/gc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gc.h b/include/gc.h index 77c2f20c6..b4a3b3af2 100644 --- a/include/gc.h +++ b/include/gc.h @@ -47,6 +47,10 @@ SOFTWARE. ******************************************************************/ /* $Xorg: gc.h,v 1.4 2001/02/09 02:05:15 xorgcvs Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #ifndef GC_H #define GC_H |