* concat.c: Include <sys/types.h>.
authorRichard Henderson <rth@redhat.com>
Mon, 18 Jun 2001 20:46:48 +0000 (13:46 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 18 Jun 2001 20:46:48 +0000 (13:46 -0700)
From-SVN: r43449

libiberty/ChangeLog
libiberty/concat.c

index 22d2238965b57427180af21fbac077d6c019acdf..8598b292567d26383bf22e66668c4572f62b638d 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-18  Richard Henderson  <rth@redhat.com>
+
+       * concat.c: Include <sys/types.h>.
+
 2001-06-11  Loren J. Rittle  <ljrittle@acm.org>
 
        bootstrap/3106
index 8e6838f1cd84e4cf1a12feb99d2ffe72f7c42bbd..2e0ce4996e7ee171e7c53b6a6a43e2d0c749a2b4 100644 (file)
@@ -55,6 +55,7 @@ NOTES
 
 #include "ansidecl.h"
 #include "libiberty.h"
+#include <sys/types.h>         /* size_t */
 
 #ifdef ANSI_PROTOTYPES
 #include <stdarg.h>