diff options
Diffstat (limited to 'src/fontfile/renderers.c')
-rw-r--r-- | src/fontfile/renderers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontfile/renderers.c b/src/fontfile/renderers.c index 7d11d3e..4186724 100644 --- a/src/fontfile/renderers.c +++ b/src/fontfile/renderers.c @@ -31,7 +31,7 @@ in this Software without prior written authorization from The Open Group. * Author: Keith Packard, MIT X Consortium */ -#include "fntfilst.h" +#include <X11/fonts/fntfilst.h> extern void ErrorF(const char *f, ...); static FontRenderersRec renderers; |