strings.c: Include <sys/stat.h>.

This commit is contained in:
Nick Clifton 2004-10-18 13:44:48 +00:00
parent bb41ade59e
commit fb608b9209
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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. */