]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* cp-demangle.c, mkstemps.c: #include <sys/types.h>.
authorMichael Sokolov <msokolov@ivan.Harhan.ORG>
Sun, 23 Jul 2000 15:57:38 +0000 (15:57 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 23 Jul 2000 15:57:38 +0000 (09:57 -0600)
From-SVN: r35198

libiberty/ChangeLog
libiberty/cp-demangle.c
libiberty/mkstemps.c

index 0ebdd88a53c45d992cf4936ca87f0dcc425dbb8f..7cb03d720f624eb845279a1bf6650a4de1cf65a4 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * cp-demangle.c, mkstemps.c: #include <sys/types.h>.
+
 2000-07-21  Mike Stump  <mrs@wrs.com>
 
        * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
index 13a746cb95f956bab42e666e67fcd7372c2e7d40..f95dc71d8f982a4ff063bbf4a6bc6f292d8e66b9 100644 (file)
@@ -27,6 +27,8 @@
 #include "config.h"
 #endif
 
+#include <sys/types.h>
+
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index 6ef526ece3dbcf30f8617dbd608f9948fd06762e..4b89162751d6da29470a18d720518d74ecb12ef4 100644 (file)
@@ -20,6 +20,7 @@
 #include "config.h"
 #endif
 
+#include <sys/types.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif