From: Jim Meyering Date: Sun, 7 Mar 1999 04:10:17 +0000 (+0000) Subject: [__DJGPP__]: Include and . X-Git-Tag: FILEUTILS-4_0e~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73444fc7782863585a25eb8d38d7de5dc0f9d7e6;p=thirdparty%2Fcoreutils.git [__DJGPP__]: Include and . --- diff --git a/src/sys2.h b/src/sys2.h index f94a12f184..a47fe3a9cb 100644 --- a/src/sys2.h +++ b/src/sys2.h @@ -34,6 +34,13 @@ char *alloca (); # endif #endif +#ifdef __DJGPP__ + /* We need the declaration of setmode. */ +# include + /* We need the declaration of __djgpp_set_ctrl_c. */ +# include +#endif + #include /* Jim Meyering writes: