diff options
author | DJ Delorie <dj@redhat.com> | 2001-06-18 21:16:33 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-06-18 21:16:33 +0000 |
commit | 926150e277db625c7bc261146344113a9f9ffb06 (patch) | |
tree | 4e0fa3d92780eeabc264b478bb8e9b5e0c2c8b37 /libiberty | |
parent | 6caa99ab7535610fcf09cfc69e53395ab771a96d (diff) | |
download | fsf-binutils-gdb-926150e277db625c7bc261146344113a9f9ffb06.zip fsf-binutils-gdb-926150e277db625c7bc261146344113a9f9ffb06.tar.gz fsf-binutils-gdb-926150e277db625c7bc261146344113a9f9ffb06.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/concat.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ca56d35..43ff94e 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -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 diff --git a/libiberty/concat.c b/libiberty/concat.c index 8e6838f..2e0ce49 100644 --- a/libiberty/concat.c +++ b/libiberty/concat.c @@ -55,6 +55,7 @@ NOTES #include "ansidecl.h" #include "libiberty.h" +#include <sys/types.h> /* size_t */ #ifdef ANSI_PROTOTYPES #include <stdarg.h> |