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/private.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/private.c')
-rw-r--r-- | src/util/private.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/private.c b/src/util/private.c index d902484..8e83c74 100644 --- a/src/util/private.c +++ b/src/util/private.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 int _FontPrivateAllocateIndex = 0; |