diff options
Diffstat (limited to 'Xprint/ps/PsFTFonts.c')
-rw-r--r-- | Xprint/ps/PsFTFonts.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Xprint/ps/PsFTFonts.c b/Xprint/ps/PsFTFonts.c index cfdee93d1..2fbff1a1c 100644 --- a/Xprint/ps/PsFTFonts.c +++ b/Xprint/ps/PsFTFonts.c @@ -21,17 +21,21 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <ctype.h> #include <limits.h> #include <sys/stat.h> #include "regionstr.h" -#include "fontstruct.h" +#include <X11/fonts/fontstruct.h> #include "dixfontstr.h" #include "scrnintstr.h" -#include "fontxlfd.h" -#include "fntfil.h" -#include "fntfilst.h" +#include <X11/fonts/fontxlfd.h> +#include <X11/fonts/fntfil.h> +#include <X11/fonts/fntfilst.h> #include "Ps.h" |