diff options
author | Philippe De Muyter <phdm@macqel.be> | 1999-06-24 23:28:22 +0200 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-06-24 15:28:22 -0600 |
commit | 4ef877d9fb14f9a0de21c8a8d0bac1efc2f6860b (patch) | |
tree | 00f552022304a4b0e3d953d3f1be5f45b1c054d2 /libiberty/setenv.c | |
parent | 2dc130a72eaf694fcf3112abf548c0c19ebd53d8 (diff) | |
download | gcc-4ef877d9fb14f9a0de21c8a8d0bac1efc2f6860b.zip gcc-4ef877d9fb14f9a0de21c8a8d0bac1efc2f6860b.tar.gz gcc-4ef877d9fb14f9a0de21c8a8d0bac1efc2f6860b.tar.bz2 |
setenv.c (sys/types.h, stdio.h): Files included.
* setenv.c (sys/types.h, stdio.h): Files included.
* xstrdup.c (sys/types.h): File included.
For the gcc-2.95 branch only. Not to be migrated into the mainline tree
because it is incomplete.
From-SVN: r27736
Diffstat (limited to 'libiberty/setenv.c')
-rw-r--r-- | libiberty/setenv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/setenv.c b/libiberty/setenv.c index 8a039d1..ba35aab 100644 --- a/libiberty/setenv.c +++ b/libiberty/setenv.c @@ -30,6 +30,9 @@ extern int errno; #if HAVE_STDLIB_H # include <stdlib.h> +#else +#include <sys/types.h> /* For `size_t' */ +#include <stdio.h> /* For `NULL' */ #endif #if HAVE_STRING_H # include <string.h> |