Add comment for MinGW support code

modified:   src/nmstermio.c
This commit is contained in:
Brian Barto 2017-03-21 09:40:15 -04:00
parent db35451d57
commit e1fccfce94
1 changed files with 2 additions and 0 deletions

View File

@ -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