aboutsummaryrefslogtreecommitdiff
path: root/fontconfig/src/fccompat.c
diff options
context:
space:
mode:
Diffstat (limited to 'fontconfig/src/fccompat.c')
-rw-r--r--fontconfig/src/fccompat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/src/fccompat.c b/fontconfig/src/fccompat.c
index f4f3f5fdc..19b1ecdc0 100644
--- a/fontconfig/src/fccompat.c
+++ b/fontconfig/src/fccompat.c
@@ -230,7 +230,7 @@ FcRandom(void)
}
#ifdef _WIN32
-#include <direct.h>
+#undef mkdir
#define mkdir(path,mode) _mkdir(path)
#endif