Don't include unistd.h in fontconfig.h

Bug 26783 patch: unistd.h not exist on ms windows
This commit is contained in:
Behdad Esfahbod 2010-03-03 13:26:55 -05:00
parent 111e5b6d69
commit 300b495dc4
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h>
#include <stdarg.h> #include <stdarg.h>
#if defined(__GNUC__) && (__GNUC__ >= 4) #if defined(__GNUC__) && (__GNUC__ >= 4)