diff options
Diffstat (limited to 'Xprint/pcl/PclGC.c')
-rw-r--r-- | Xprint/pcl/PclGC.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xprint/pcl/PclGC.c b/Xprint/pcl/PclGC.c index 67331a454..83ebb47e1 100644 --- a/Xprint/pcl/PclGC.c +++ b/Xprint/pcl/PclGC.c @@ -46,6 +46,10 @@ copyright holders. */ /* $XFree86: xc/programs/Xserver/Xprint/pcl/PclGC.c,v 1.9 2001/01/19 18:34:28 dawes Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include "gcstruct.h" #include "Pcl.h" |