summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2006-09-06 13:18:02 +0200
committerMichel Dänzer <michel@tungstengraphics.com>2006-09-06 13:18:02 +0200
commitf6ce0839ba5b73247097826d28f7388fe248ec0c (patch)
tree11c682665cb0c2c942ecbbfc6804f11236f3391f
parent410e5b1d738ba47b36778e6cbed44023a27ce259 (diff)
downloadxserver-f6ce0839ba5b73247097826d28f7388fe248ec0c.tar.gz
Fix #include paths for fontcacheproto headers.
-rw-r--r--Xext/fontcache.c4
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"