diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-18 20:46:48 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-18 20:46:48 +0000 |
commit | c1a60b7de9676c9b7768f8f6cff7b8df043dbeb8 (patch) | |
tree | 36ce7402cbe916eb0da58a0a152b22456146438b /libiberty/concat.c | |
parent | c6c8ab2373d09710bd6e3c87d7e7519b45234ce1 (diff) | |
download | gcc-c1a60b7de9676c9b7768f8f6cff7b8df043dbeb8.tar.gz |
* concat.c: Include <sys/types.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43449 138bc75d-0d04-0410-961f-82ee72b054a4
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 8e6838f1cd8..2e0ce4996e7 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> |