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 <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
// Support for MinGW on Windows
|
||||
#ifndef FIONREAD
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user