mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +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
|
||||
|
||||
#if HAVE_IO_H
|
||||
#include <io.h>
|
||||
#include <io.h> // _open(), _close(), read(), write() on windows
|
||||
#endif
|
||||
|
||||
#if HAVE_SIGNAL_H
|
||||
|
|
Loading…
Reference in a new issue