OSDN Git Service

* setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 1999 08:36:29 +0000 (08:36 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 1999 08:36:29 +0000 (08:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30067 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/setenv.c

index 167e463..57d73ce 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 8a039d1..eec1300 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)