summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/strings.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 50cc69b0f2..cb5abccb25 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
+
+ * strings.c: Include <sys/stat.h>.
+
2004-10-18 Alan Modra <amodra@bigpond.net.au>
* budemang.c (demangle): Fix thinko.
diff --git a/binutils/strings.c b/binutils/strings.c
index 17dbc7c2a8..5dd028413d 100644
--- a/binutils/strings.c
+++ b/binutils/strings.c
@@ -67,6 +67,7 @@
#include "bucomm.h"
#include "libiberty.h"
#include "safe-ctype.h"
+#include <sys/stat.h>
/* Some platforms need to put stdin into binary mode, to read
binary files. */
OpenPOWER on IntegriCloud