summaryrefslogtreecommitdiff
path: root/src/bitmap/pcfread.c
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-03 21:38:42 +0000
committerKevin E Martin <kem@kem.org>2005-07-03 21:38:42 +0000
commitb15a03de6b1897d7c8292e154d0e927f43e3cde0 (patch)
treeaaec3cab34d551c4bc0cf148333d76435bf6aa96 /src/bitmap/pcfread.c
parentbf4070d02196cab1de62d5fe19be9a1aa74a87c7 (diff)
Install publicly used headers in X11/fonts.XORG-6_8_99_14
Change source files that use these headers to get them via <X11/fonts/*.h>.
Diffstat (limited to 'src/bitmap/pcfread.c')
-rw-r--r--src/bitmap/pcfread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitmap/pcfread.c b/src/bitmap/pcfread.c
index d8d75f6..06c9ff3 100644
--- a/src/bitmap/pcfread.c
+++ b/src/bitmap/pcfread.c
@@ -34,7 +34,7 @@ from The Open Group.
#include <X11/fonts/fntfilst.h>
#include <X11/fonts/bitmap.h>
-#include "pcf.h"
+#include <X11/fonts/pcf.h>
#ifndef MAX
#define MAX(a,b) (((a)>(b)) ? a : b)