OSDN Git Service

* concat.c: Include <sys/types.h>.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Jun 2001 20:46:48 +0000 (20:46 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Jun 2001 20:46:48 +0000 (20:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43449 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/concat.c

index 22d2238..8598b29 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 8e6838f..2e0ce49 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>