summaryrefslogtreecommitdiff
path: root/fc-cat
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-cat
parent2a6b235ff6d2750171e8dff7cfdfe3bccb0f630e (diff)
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-cat')
-rw-r--r--fc-cat/fc-cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-cat/fc-cat.c b/fc-cat/fc-cat.c
index 40c38c48..c6c39934 100644
--- a/fc-cat/fc-cat.c
+++ b/fc-cat/fc-cat.c
@@ -32,7 +32,7 @@
#endif
#include <fontconfig/fontconfig.h>
-#include "../fc-arch/fcarch.h"
+#include "../src/fcarch.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>