From: Philippe De Muyter Date: Mon, 18 Oct 1999 08:36:29 +0000 (+0200) Subject: * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly. X-Git-Tag: prereleases/libstdc++-2.92~9976 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7d36ea879e7f24f991f3962bbd43152df3b0c80;p=thirdparty%2Fgcc.git * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly. From-SVN: r30067 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 167e46303185..57d73ce9f866 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 18 02:30:47 1999 Philippe De Muyter + + * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly. + Fri Oct 15 01:47:51 1999 Vladimir Makarov * Makefile.in (CFILES): Add hashtab.c diff --git a/libiberty/setenv.c b/libiberty/setenv.c index 8a039d18fa8d..eec13006c229 100644 --- a/libiberty/setenv.c +++ b/libiberty/setenv.c @@ -21,6 +21,8 @@ #endif #include "ansidecl.h" +#include /* For `size_t' */ +#include /* For `NULL' */ #include #if !defined(errno) && !defined(HAVE_ERRNO_DECL)