Add comment for MinGW support code
modified: src/nmstermio.c
This commit is contained in:
parent
db35451d57
commit
e1fccfce94
@ -17,6 +17,8 @@
|
|||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
|
||||||
|
// Support for MinGW on Windows
|
||||||
#ifndef FIONREAD
|
#ifndef FIONREAD
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user