[Fontconfig] fontconfig: Branch 'master'
Akira TAGOH
tagoh at kemper.freedesktop.org
Thu Jan 3 18:31:20 PST 2013
src/fcatomic.c | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b6b678e71eb0ba2b53335b7df0804058f6bd006d
Author: Akira TAGOH <akira at tagoh.org>
Date: Fri Jan 4 11:29:50 2013 +0900
Missing header file for _mkdir declaration
diff --git a/src/fcatomic.c b/src/fcatomic.c
index b1dc30a..cb5b7a5 100644
--- a/src/fcatomic.c
+++ b/src/fcatomic.c
@@ -56,6 +56,7 @@
#include <time.h>
#ifdef _WIN32
+#include <direct.h>
#define mkdir(path,mode) _mkdir(path)
#endif
More information about the Fontconfig
mailing list