X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fview.c;h=fe3a2114ea3a3ff3de30ed781dd1090e71d4f721;hp=9f2d72f64f0a46e2550963ce48efbf7563817d5f;hb=d998cb49bfb53bd99900fd4ed94519579bea99de;hpb=049beef99ef979a45484cba9b56344acbd2f058c diff --git a/test/view.c b/test/view.c index 9f2d72f6..fe3a2114 100644 --- a/test/view.c +++ b/test/view.c @@ -50,7 +50,7 @@ * scroll operation worked, and the refresh() code only had to do a * partial repaint. * - * $Id: view.c,v 1.69 2008/09/06 22:10:50 tom Exp $ + * $Id: view.c,v 1.70 2008/11/16 00:19:59 juergen Exp $ */ #include @@ -62,8 +62,10 @@ #if HAVE_TERMIOS_H # include #else +#if !defined(__MINGW32__) # include #endif +#endif #if !defined(sun) || !HAVE_TERMIOS_H # if HAVE_SYS_IOCTL_H