diff --git a/contrib/toolchain/binutils/binutils/sysdep.h b/contrib/toolchain/binutils/binutils/sysdep.h index 5164e791c5..0c87338d33 100644 --- a/contrib/toolchain/binutils/binutils/sysdep.h +++ b/contrib/toolchain/binutils/binutils/sysdep.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ - + #ifndef _BIN_SYSDEP_H #define _BIN_SYSDEP_H @@ -62,6 +62,7 @@ extern char *strrchr (); #endif #endif + #ifdef HAVE_STDLIB_H #include #endif diff --git a/contrib/toolchain/binutils/include/binary-io.h b/contrib/toolchain/binutils/include/binary-io.h index 2984271f7e..22b4763788 100644 --- a/contrib/toolchain/binutils/include/binary-io.h +++ b/contrib/toolchain/binutils/include/binary-io.h @@ -40,8 +40,6 @@ # include /* declares setmode() */ # else # define setmode _setmode -# undef fileno -# define fileno _fileno # endif # ifdef __DJGPP__ # include /* declares isatty() */