aboutsummaryrefslogtreecommitdiff
path: root/libiberty/concat.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-06-18 13:46:48 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-06-18 13:46:48 -0700
commitc8b2822138be0f4c83da1cbd27cee0913a095760 (patch)
tree36ce7402cbe916eb0da58a0a152b22456146438b /libiberty/concat.c
parent1e29ee12f059af6e1451bcd73d72c6f80f8b94c3 (diff)
downloadgcc-c8b2822138be0f4c83da1cbd27cee0913a095760.zip
gcc-c8b2822138be0f4c83da1cbd27cee0913a095760.tar.gz
gcc-c8b2822138be0f4c83da1cbd27cee0913a095760.tar.bz2
* concat.c: Include <sys/types.h>.
From-SVN: r43449
Diffstat (limited to 'libiberty/concat.c')
-rw-r--r--libiberty/concat.c1
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>