diff options
author | Richard Henderson <rth@redhat.com> | 2001-06-18 13:46:48 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-06-18 13:46:48 -0700 |
commit | c8b2822138be0f4c83da1cbd27cee0913a095760 (patch) | |
tree | 36ce7402cbe916eb0da58a0a152b22456146438b | |
parent | 1e29ee12f059af6e1451bcd73d72c6f80f8b94c3 (diff) | |
download | gcc-c8b2822138be0f4c83da1cbd27cee0913a095760.zip gcc-c8b2822138be0f4c83da1cbd27cee0913a095760.tar.gz gcc-c8b2822138be0f4c83da1cbd27cee0913a095760.tar.bz2 |
* concat.c: Include <sys/types.h>.
From-SVN: r43449
-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 22d2238..8598b29 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> |