]> git.wh0rd.org - fontconfig.git/commitdiff
Fix win32 build
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 28 Jun 2009 17:46:41 +0000 (13:46 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 28 Jun 2009 17:46:41 +0000 (13:46 -0400)
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