From 140f7f6e071a239329d700aa24191a664be2bea2 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 3 Nov 2017 14:05:18 -0400 Subject: 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 --- bdfread.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bdfread.c') diff --git a/bdfread.c b/bdfread.c index f343eed..b932af5 100644 --- a/bdfread.c +++ b/bdfread.c @@ -54,11 +54,11 @@ from The Open Group. #endif #include -#include -#include +#include "fntfilst.h" +#include "fontutil.h" /* use bitmap structure */ -#include -#include +#include "bitmap.h" +#include "bdfint.h" #if HAVE_STDINT_H #include -- cgit v1.2.3