projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6caa99a
)
merge from gcc
author
DJ Delorie
<dj@redhat.com>
Mon, 18 Jun 2001 21:16:33 +0000
(21:16 +0000)
committer
DJ Delorie
<dj@redhat.com>
Mon, 18 Jun 2001 21:16:33 +0000
(21:16 +0000)
libiberty/ChangeLog
patch
|
blob
|
history
libiberty/concat.c
patch
|
blob
|
history
diff --git
a/libiberty/ChangeLog
b/libiberty/ChangeLog
index ca56d3541c900579e46380c3a731b749230e6264..43ff94eb80323273324054c844a05675a66f2fc3 100644
(file)
--- 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 8e6838f1cd84e4cf1a12feb99d2ffe72f7c42bbd..2e0ce4996e7ee171e7c53b6a6a43e2d0c749a2b4 100644
(file)
--- 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>