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/util/patcache.c | |
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/util/patcache.c')
-rw-r--r-- | src/util/patcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/patcache.c b/src/util/patcache.c index 37d0281..e62af6d 100644 --- a/src/util/patcache.c +++ b/src/util/patcache.c @@ -32,7 +32,7 @@ in this Software without prior written authorization from The Open Group. */ #include <fontmisc.h> -#include <fontstruct.h> +#include <X11/fonts/fontstruct.h> /* * Static sized hash table for looking up font name patterns |