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/concat.c | |
parent | 6caa99ab7535610fcf09cfc69e53395ab771a96d (diff) | |
download | gdb-926150e277db625c7bc261146344113a9f9ffb06.zip gdb-926150e277db625c7bc261146344113a9f9ffb06.tar.gz gdb-926150e277db625c7bc261146344113a9f9ffb06.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/concat.c')
-rw-r--r-- | libiberty/concat.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |