diff options
Diffstat (limited to 'Xprint/ps/PsSpans.c')
-rw-r--r-- | Xprint/ps/PsSpans.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xprint/ps/PsSpans.c b/Xprint/ps/PsSpans.c index a7370866e..d7652f8fb 100644 --- a/Xprint/ps/PsSpans.c +++ b/Xprint/ps/PsSpans.c @@ -75,6 +75,10 @@ in this Software without prior written authorization from The Open Group. ********************************************************************/ /* $XFree86: xc/programs/Xserver/Xprint/ps/PsSpans.c,v 1.8 2001/10/28 03:32:56 tsi Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include "Ps.h" #include "gcstruct.h" #include "windowstr.h" |