diff options
Diffstat (limited to 'Xprint/ps/Ps.h')
-rw-r--r-- | Xprint/ps/Ps.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Xprint/ps/Ps.h b/Xprint/ps/Ps.h index 8c47fc9e5..32a2b5346 100644 --- a/Xprint/ps/Ps.h +++ b/Xprint/ps/Ps.h @@ -75,6 +75,10 @@ in this Software without prior written authorization from The Open Group. ** ********************************************************************/ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #ifndef _PS_H_ #define _PS_H_ @@ -94,7 +98,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/extensions/Printstr.h> #include "regionstr.h" -#include "fontstruct.h" +#include <X11/fonts/fontstruct.h> #include "dixfontstr.h" #include "gcstruct.h" |