aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>1999-10-18 10:36:29 +0200
committerJeff Law <law@gcc.gnu.org>1999-10-18 02:36:29 -0600
commitd7d36ea879e7f24f991f3962bbd43152df3b0c80 (patch)
treea351f69075f978d7d6b755e4eac5792b9cb13fb1 /libiberty
parente43cc14299ab93866a6f3c4dadf7db5a5c78901b (diff)
downloadgcc-d7d36ea879e7f24f991f3962bbd43152df3b0c80.zip
gcc-d7d36ea879e7f24f991f3962bbd43152df3b0c80.tar.gz
gcc-d7d36ea879e7f24f991f3962bbd43152df3b0c80.tar.bz2
* setenv.c (sys/types.h, stdio.h): Include those files unconditionaly.
From-SVN: r30067
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/setenv.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 167e463..57d73ce 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -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
diff --git a/libiberty/setenv.c b/libiberty/setenv.c
index 8a039d1..eec1300 100644
--- a/libiberty/setenv.c
+++ b/libiberty/setenv.c
@@ -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)