[__DJGPP__]: Include <io.h> and <sys/exceptn.h>.
authorJim Meyering <jim@meyering.net>
Sun, 7 Mar 1999 04:10:17 +0000 (04:10 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Mar 1999 04:10:17 +0000 (04:10 +0000)
src/sys2.h

index f94a12f..a47fe3a 100644 (file)
@@ -34,6 +34,13 @@ char *alloca ();
 # endif
 #endif
 
+#ifdef __DJGPP__
+  /* We need the declaration of setmode.  */
+# include <io.h>
+  /* We need the declaration of __djgpp_set_ctrl_c.  */
+# include <sys/exceptn.h>
+#endif
+
 #include <ctype.h>
 
 /* Jim Meyering writes: