1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

conditionally excluded unistd.h

This commit is contained in:
Igor Zlatkovic 2002-10-31 15:59:09 +00:00
parent f2160a0267
commit 082ff5039f

View File

@ -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