]> git.wh0rd.org - fontconfig.git/blobdiff - src/fccache.c
Make fc-arch stuff cross-compiling-safe
[fontconfig.git] / src / fccache.c
index d557d340399fdcf30b69525cef9601a15a1335df..1bbd79975602b1b9ae13c530d3646da592771e7c 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "fcint.h"
-#include "../fc-arch/fcarch.h"
+#include "fcarch.h"
 #include <stdio.h>
 #include <fcntl.h>
 #include <dirent.h>
@@ -41,6 +41,7 @@
 #define O_BINARY 0
 #endif
 
+
 struct MD5Context {
         FcChar32 buf[4];
         FcChar32 bits[2];