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 4414a2d..1691dda 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