aboutsummaryrefslogtreecommitdiff
path: root/libiberty/setenv.c
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/setenv.c
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/setenv.c')
-rw-r--r--libiberty/setenv.c2
1 files changed, 2 insertions, 0 deletions
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)