diff options
Diffstat (limited to 'src/bitmap/bitmap.c')
-rw-r--r-- | src/bitmap/bitmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bitmap/bitmap.c b/src/bitmap/bitmap.c index 8c37f69..eb6caf2 100644 --- a/src/bitmap/bitmap.c +++ b/src/bitmap/bitmap.c @@ -31,8 +31,8 @@ in this Software without prior written authorization from The Open Group. * Author: Keith Packard, MIT X Consortium */ -#include "fntfilst.h" -#include "bitmap.h" +#include <X11/fonts/fntfilst.h> +#include <X11/fonts/bitmap.h> int bitmapGetGlyphs(FontPtr pFont, unsigned long count, unsigned char *chars, |