diff options
Diffstat (limited to 'afb/afbmisc.c')
-rw-r--r-- | afb/afbmisc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/afb/afbmisc.c b/afb/afbmisc.c index ee6511831..08ebc62f7 100644 --- a/afb/afbmisc.c +++ b/afb/afbmisc.c @@ -48,6 +48,10 @@ SOFTWARE. ******************************************************************/ /* $XConsortium: afbmisc.c,v 5.4 94/04/17 20:28:27 dpw Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/X.h> #include <X11/misc.h> #include "cursor.h" |