summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-06-18 21:16:33 +0000
committerDJ Delorie <dj@delorie.com>2001-06-18 21:16:33 +0000
commit6eedc7bb690a8aa863c52e509034eca45083627f (patch)
tree394f84a2e14dd9f65bf1050129327b8ecc25c4fc /libiberty
parent078f3a3854d2d30706d5ea363a55eda97b03c671 (diff)
downloadgdb-6eedc7bb690a8aa863c52e509034eca45083627f.tar.gz
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/concat.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index ca56d3541c9..43ff94eb803 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 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>