1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-09 04:58:16 +03:00

xmllint: Include <io.h> on Windows

This commit is contained in:
Nick Wellnhofer 2022-11-22 15:37:49 +01:00
parent b9689d1371
commit 701beb4ec7

View File

@ -28,6 +28,8 @@
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#elif defined (_WIN32)
#include <io.h>
#endif
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>