diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2006-09-15 15:26:57 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2006-09-15 15:26:57 -0400 |
commit | 49a70c8570b03aff8239324a2474918a6fbc52a0 (patch) | |
tree | 9eeb961e7bdb0e37c135f14689cb0bcf280c840c /Xext | |
parent | d1110c5c83a7f439158f369ab2f3ae614fa9d2a5 (diff) | |
parent | 05231e336db8f959c15dda518641976f061df1a6 (diff) |
Merge branch 'master' into my-XACE-modular
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/fontcache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/fontcache.c b/Xext/fontcache.c index 00a45c90e..db0348144 100644 --- a/Xext/fontcache.c +++ b/Xext/fontcache.c @@ -45,8 +45,8 @@ #include "inputstr.h" #include "servermd.h" #define _FONTCACHE_SERVER_ -#include "fontcacheP.h" -#include "fontcachstr.h" +#include <X11/extensions/fontcacheP.h> +#include <X11/extensions/fontcachstr.h> #include <X11/Xfuncproto.h> #include "swaprep.h" |