clarify need for io.h

This commit is contained in:
derselbst 2018-12-22 16:04:32 +01:00
parent 06ec2d4e67
commit d2078e63b4

View file

@ -107,7 +107,7 @@
#endif
#if HAVE_IO_H
#include <io.h>
#include <io.h> // _open(), _close(), read(), write() on windows
#endif
#if HAVE_SIGNAL_H