mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Fix Windows compiler warning in testC14N.c
This commit is contained in:
parent
57d4329bd7
commit
619534ef2e
@ -18,6 +18,9 @@
|
||||
#define STDOUT_FILENO fileno(stdout)
|
||||
#endif /* HAVE_UNISTD_H */
|
||||
#endif
|
||||
#ifdef _WIN32
|
||||
#include <io.h>
|
||||
#endif
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user