* cp-demangle.c, mkstemps.c: #include <sys/types.h>.
authorJeff Law <law@redhat.com>
Sun, 23 Jul 2000 15:58:11 +0000 (15:58 +0000)
committerJeff Law <law@redhat.com>
Sun, 23 Jul 2000 15:58:11 +0000 (15:58 +0000)
libiberty/ChangeLog
libiberty/cp-demangle.c
libiberty/mkstemps.c

index e2d3813..db775df 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-20  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
index de70b89..1eb2402 100644 (file)
@@ -27,6 +27,8 @@
 #include "config.h"
 #endif
 
+#include <sys/types.h>
+
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
index 6ef526e..4b89162 100644 (file)
@@ -20,6 +20,7 @@
 #include "config.h"
 #endif
 
+#include <sys/types.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif