]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
setenv.c (sys/types.h, stdio.h): Files included.
authorPhilippe De Muyter <phdm@macqel.be>
Thu, 24 Jun 1999 21:31:25 +0000 (15:31 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 24 Jun 1999 21:31:25 +0000 (15:31 -0600)
        * setenv.c (sys/types.h, stdio.h): Files included.
        * xstrdup.c (sys/types.h): File included.
Branch patch only.

From-SVN: r27738

libiberty/ChangeLog
libiberty/setenv.c
libiberty/xstrdup.c

index 66936c413530b6d797a9bf8fb3a493a9b5439cfc..7d7b8ca1fde67a35f64e0fcaa49274b4e6e30dcb 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jun 24 22:30:22 1999  "Philippe De Muyter" <phdm@macqel.be>
+
+       * setenv.c (sys/types.h, stdio.h): Files included.
+       * xstrdup.c (sys/types.h): File included.
+
 1999-06-21  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
 
        * configure.in (checkfuncs): Add gettimeofday.
index 8a039d18fa8d9899d0a53c524616650fefc805c7..ba35aabadc2c3f58ce0793dbed06eea371d45eb5 100644 (file)
@@ -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>
index e16aba08554b02af84c04f61a464a7f024185bf3..342412806da8155ba19ccda5d93a70a50afe7ebe 100644 (file)
@@ -5,6 +5,7 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+#include <sys/types.h> /* For `size_t' */
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif