strings.c: Include <sys/stat.h>.
authorNick Clifton <nickc@redhat.com>
Mon, 18 Oct 2004 13:44:48 +0000 (13:44 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 18 Oct 2004 13:44:48 +0000 (13:44 +0000)
binutils/ChangeLog
binutils/strings.c

index 50cc69b0f2ef5501182927896800cfcad13f58be..cb5abccb253c57aafacfd48c078e4316c1da6d00 100644 (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.
index 17dbc7c2a8ee4de149fc95117e5b8dba5fc9c99c..5dd028413d8a5809cf697b260860997e29a604e7 100644 (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.  */
This page took 0.025097 seconds and 4 git commands to generate.