2
0
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:
Igor Zlatkovic 2002-10-31 15:59:09 +00:00
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