diff options
Diffstat (limited to 'afb/afbgetsp.c')
-rw-r--r-- | afb/afbgetsp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/afb/afbgetsp.c b/afb/afbgetsp.c index 2bdd1675a..10384615a 100644 --- a/afb/afbgetsp.c +++ b/afb/afbgetsp.c @@ -49,6 +49,10 @@ SOFTWARE. ******************************************************************/ /* $XConsortium: afbgetsp.c,v 5.10 94/04/17 20:28:24 dpw Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include <X11/Xmd.h> |