diff options
Diffstat (limited to 'cfb/cfbgetsp.c')
-rw-r--r-- | cfb/cfbgetsp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cfb/cfbgetsp.c b/cfb/cfbgetsp.c index b3d5b91c3..08651a9ba 100644 --- a/cfb/cfbgetsp.c +++ b/cfb/cfbgetsp.c @@ -47,6 +47,10 @@ SOFTWARE. ******************************************************************/ /* $XFree86: xc/programs/Xserver/cfb/cfbgetsp.c,v 3.9tsi Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include <X11/Xmd.h> #include "servermd.h" |