diff options
Diffstat (limited to 'Xprint/ps/PsMisc.c')
-rw-r--r-- | Xprint/ps/PsMisc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xprint/ps/PsMisc.c b/Xprint/ps/PsMisc.c index a4c585f0d..b8a3ba854 100644 --- a/Xprint/ps/PsMisc.c +++ b/Xprint/ps/PsMisc.c @@ -74,6 +74,10 @@ in this Software without prior written authorization from The Open Group. ** ********************************************************************/ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/Xos.h> /* for SIGCLD on pre-POSIX systems */ #include <stdio.h> #include "Ps.h" |