* setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
authorPhilippe De Muyter <phdm@macqel.be>
Mon, 18 Oct 1999 08:36:29 +0000 (10:36 +0200)
committerJeff Law <law@gcc.gnu.org>
Mon, 18 Oct 1999 08:36:29 +0000 (02:36 -0600)
From-SVN: r30067

libiberty/ChangeLog
libiberty/setenv.c

index 167e4630318579f94fd50b2ce72ecc3b6e6a9077..57d73ce9f8665fb75bdf8eb7225bf0e479522ef7 100644 (file)
@@ -1,3 +1,7 @@
+Mon Oct 18 02:30:47 1999  Philippe De Muyter  <phdm@macqel.be>
+
+       * setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
+
 Fri Oct 15 01:47:51 1999  Vladimir Makarov  <vmakarov@loony.cygnus.com>
 
        * Makefile.in (CFILES): Add hashtab.c
index 8a039d18fa8d9899d0a53c524616650fefc805c7..eec13006c22936ed40530b0f90c33cd4c1784b93 100644 (file)
@@ -21,6 +21,8 @@
 #endif
 
 #include "ansidecl.h"
+#include <sys/types.h> /* For `size_t' */
+#include <stdio.h>     /* For `NULL' */
 
 #include <errno.h>
 #if !defined(errno) && !defined(HAVE_ERRNO_DECL)