diff options
Diffstat (limited to 'Xprint/spooler.c')
-rw-r--r-- | Xprint/spooler.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xprint/spooler.c b/Xprint/spooler.c index 8367a8438..f709c57ab 100644 --- a/Xprint/spooler.c +++ b/Xprint/spooler.c @@ -27,6 +27,10 @@ dealings in this Software without prior written authorization from said copyright holders. */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <unistd.h> #include <stdlib.h> #include <stdio.h> |