From 1ceccb5a44c719d6f1abdc199d5d6378d0b13fa7 Mon Sep 17 00:00:00 2001
From: Boiko <boiko@ageless.conectiva>
Date: Thu, 8 Jun 2006 14:11:26 -0300
Subject: [PATCH] Fix fonccache compilation
---
 Xext/fontcache.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Xext/fontcache.c b/Xext/fontcache.c
index 9ab23a1..633129a 100644
--- a/Xext/fontcache.c
+++ b/Xext/fontcache.c
@@ -46,8 +46,8 @@ #include "scrnintstr.h"
 #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"
-- 
1.4.0

