Fix Windows compiler warning in testC14N.c

This commit is contained in:
Nick Wellnhofer 2018-01-23 17:36:23 +01:00
parent 57d4329bd7
commit 619534ef2e

View File

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