bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

strings.c fails to compile


From: Sean McNeil
Subject: strings.c fails to compile
Date: Thu, 14 Oct 2004 14:52:21 -0700

There appears to be a missing

#include <sys/stat.h>

Cheers,
Sean

diff -c -3 -p -r1.24 strings.c
*** binutils/strings.c  13 Oct 2004 14:33:51 -0000      1.24
--- binutils/strings.c  14 Oct 2004 21:51:51 -0000
***************
*** 67,72 ****
--- 67,73 ----
  #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.  */

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]