summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-06-28 13:46:41 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-06-28 13:46:41 -0400
commit57cf838cccda12dd171d3834b3e9b1275467d9e2 (patch)
tree6ee15d4531f7168e9fbfa18ca2d52b92cd4a03f9
parent76374f0edef04e21859122dd8a2026b64fd2b273 (diff)
downloadfontconfig-57cf838cccda12dd171d3834b3e9b1275467d9e2.tar.gz
Fix win32 build
-rw-r--r--src/fcint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcint.h b/src/fcint.h
index 4414a2d..1691dda 100644
--- a/src/fcint.h
+++ b/src/fcint.h
@@ -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