diff options
author | Nick Clifton <nickc@redhat.com> | 2004-10-18 13:44:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-10-18 13:44:48 +0000 |
commit | fb608b9209153d626a033fb35466c4f762bb0f57 (patch) | |
tree | bf392cc512f9ca4e4a26d81a2a118c5171a498ea /binutils/strings.c | |
parent | bb41ade59e14e2710a5017c8946034fa88980313 (diff) | |
download | gdb-fb608b9209153d626a033fb35466c4f762bb0f57.zip gdb-fb608b9209153d626a033fb35466c4f762bb0f57.tar.gz gdb-fb608b9209153d626a033fb35466c4f762bb0f57.tar.bz2 |
strings.c: Include <sys/stat.h>.
Diffstat (limited to 'binutils/strings.c')
-rw-r--r-- | binutils/strings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/strings.c b/binutils/strings.c index 17dbc7c..5dd0284 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. */ |