summaryrefslogtreecommitdiff
path: root/bdftopcf.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2017-11-03 14:05:18 -0400
committerAdam Jackson <ajax@redhat.com>2017-11-03 14:11:54 -0400
commit140f7f6e071a239329d700aa24191a664be2bea2 (patch)
tree32121615f79cba27cc173d324f49ad98fc29bfd8 /bdftopcf.c
parent102696da8737fcb324034f673cd5815f28923311 (diff)
Import more libXfont 1.x headers
The previous commit would build if you had the old headers installed, but building it in a fresh chroot would fail. Import some more junk and fix up the includes appropriately. Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'bdftopcf.c')
-rw-r--r--bdftopcf.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bdftopcf.c b/bdftopcf.c
index 2208fee..6f9e96b 100644
--- a/bdftopcf.c
+++ b/bdftopcf.c
@@ -32,12 +32,12 @@ from The Open Group.
#include <X11/X.h>
#include <X11/Xproto.h>
-#include <X11/fonts/fontmisc.h>
+#include "fontmisc.h"
#include <X11/fonts/fontstruct.h>
-#include <X11/fonts/fntfilio.h>
-#include <X11/fonts/fntfil.h>
-#include <X11/fonts/bdfint.h>
-#include <X11/fonts/pcf.h>
+#include "fntfilio.h"
+#include "fntfil.h"
+#include "bdfint.h"
+#include "pcf.h"
#include <stdio.h>
#include <X11/Xos.h>