mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 13:40:35 +00:00
clarify need for io.h
This commit is contained in:
parent
06ec2d4e67
commit
d2078e63b4
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAVE_IO_H
|
#if HAVE_IO_H
|
||||||
#include <io.h>
|
#include <io.h> // _open(), _close(), read(), write() on windows
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAVE_SIGNAL_H
|
#if HAVE_SIGNAL_H
|
||||||
|
|
Loading…
Reference in a new issue