]> git.wh0rd.org - fontconfig.git/commitdiff
Don't include unistd.h in fontconfig.h
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 3 Mar 2010 18:26:55 +0000 (13:26 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 3 Mar 2010 18:26:55 +0000 (13:26 -0500)
Bug 26783 patch: unistd.h not exist on ms windows

fontconfig/fontconfig.h

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