summaryrefslogtreecommitdiff
path: root/fc-cache
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-12-28 00:59:19 -0600
committerBehdad Esfahbod <behdad@behdad.org>2010-12-28 01:22:34 -0600
commitd1a0fca316ab8d9d61474028da54615e4d9f7540 (patch)
tree21381e6c1dfcf400369713d442c4ce9ba7b2f538 /fc-cache
parent2a6b235ff6d2750171e8dff7cfdfe3bccb0f630e (diff)
downloadfontconfig-d1a0fca316ab8d9d61474028da54615e4d9f7540.tar.gz
Make fc-arch stuff cross-compiling-safe
Fixes: Bug 32679 - fontconfig-2.8.0 does not cross compile Bug 25462 - Cross-compilation doesn't work
Diffstat (limited to 'fc-cache')
-rw-r--r--fc-cache/fc-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-cache/fc-cache.c b/fc-cache/fc-cache.c
index a0da50e..d265350 100644
--- a/fc-cache/fc-cache.c
+++ b/fc-cache/fc-cache.c
@@ -22,7 +22,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-#include "../fc-arch/fcarch.h"
+#include "../src/fcarch.h"
#ifdef HAVE_CONFIG_H
#include <config.h>