[Fontconfig] fontconfig: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Mar 3 10:27:56 PST 2010


 fontconfig/fontconfig.h |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 300b495dc400df401afaacfa4e986092ea119865
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Mar 3 13:26:55 2010 -0500

    Don't include unistd.h in fontconfig.h
    
    Bug 26783 patch: unistd.h not exist on ms windows

diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index 4efa450..c9f20cc 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -27,7 +27,6 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <unistd.h>
 #include <stdarg.h>
 
 #if defined(__GNUC__) && (__GNUC__ >= 4)


More information about the Fontconfig mailing list