]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
Fix win32 build
[fontconfig.git] / src / fcint.h
index 4414a2d842ae02673278124984810e4ee904a8e7..1691dda58ed6ab5d314fd47bfae8dd639cbbf080 100644 (file)
@@ -538,7 +538,7 @@ FcDirCacheReference (FcCache *cache, int nref);
 
 #ifdef _WIN32
 FcPrivate int
-FcStat (const char *file, struct stat *statb)
+FcStat (const char *file, struct stat *statb);
 #else
 #define FcStat stat
 #endif