summaryrefslogtreecommitdiff
path: root/posix/gawkmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/gawkmisc.c')
-rw-r--r--posix/gawkmisc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/posix/gawkmisc.c b/posix/gawkmisc.c
index e6f316c9..fafdfc50 100644
--- a/posix/gawkmisc.c
+++ b/posix/gawkmisc.c
@@ -18,10 +18,7 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef __CYGWIN__
-#include <stdio.h>
-#include <windows.h>
-#include <sys/cygwin.h>
-#include <io.h>
+#include <io.h> /* for declaration of setmode(). */
#endif
const char quote = '\'';