mirror of
https://github.com/GNOME/libxml2.git
synced 2025-03-19 18:50:25 +08:00
conditionally excluded unistd.h
This commit is contained in:
parent
f2160a0267
commit
082ff5039f
@ -9,7 +9,9 @@
|
||||
#include <libxml/catalog.h>
|
||||
#include <pthread.h>
|
||||
#include <string.h>
|
||||
#if !defined(_MSC_VER)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <assert.h>
|
||||
|
||||
#define MAX_ARGC 20
|
||||
|
Loading…
x
Reference in New Issue
Block a user