Don't include unistd.h in fontconfig.h
Bug 26783 patch: unistd.h not exist on ms windows
This commit is contained in:
parent
111e5b6d69
commit
300b495dc4
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue