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

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