strings.c: Include <sys/stat.h>.
This commit is contained in:
parent
bb41ade59e
commit
fb608b9209
@ -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>
|
2004-10-18 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* budemang.c (demangle): Fix thinko.
|
* budemang.c (demangle): Fix thinko.
|
||||||
|
@ -67,6 +67,7 @@
|
|||||||
#include "bucomm.h"
|
#include "bucomm.h"
|
||||||
#include "libiberty.h"
|
#include "libiberty.h"
|
||||||
#include "safe-ctype.h"
|
#include "safe-ctype.h"
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
/* Some platforms need to put stdin into binary mode, to read
|
/* Some platforms need to put stdin into binary mode, to read
|
||||||
binary files. */
|
binary files. */
|
||||||
|
Loading…
Reference in New Issue
Block a user