diff options
author | Josh Triplett <josh@speakeasy.net> | 2005-05-27 17:44:08 +0000 |
---|---|---|
committer | Josh Triplett <josh@speakeasy.net> | 2005-05-27 17:44:08 +0000 |
commit | 175bbc2e58f7dbe5c1f097ef36eadc3f6fe4b5e6 (patch) | |
tree | df36e408684bcdef138d9c0fd51772dae9065c4e /src/bitmap | |
parent | fd884a4dbe3f1be8919426da3ebd177fa474a59e (diff) |
Reference X11/fonts header files using X11/fonts/ prefix.XORG-6_8_99_9XORG-6_8_99_10
Diffstat (limited to 'src/bitmap')
-rw-r--r-- | src/bitmap/bdfutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitmap/bdfutils.c b/src/bitmap/bdfutils.c index a2641ef..af3e4e6 100644 --- a/src/bitmap/bdfutils.c +++ b/src/bitmap/bdfutils.c @@ -58,7 +58,7 @@ from The Open Group. #endif #include "fntfilst.h" -#include "fontstruct.h" +#include <X11/fonts/fontstruct.h> /* use bitmap structure */ #include "bitmap.h" #include "bdfint.h" |