|
From: | Nick Clifton |
Subject: | Re: strings.c fails to compile |
Date: | Mon, 18 Oct 2004 14:53:19 +0100 |
User-agent: | Mozilla Thunderbird 0.7.3 (X11/20040803) |
Hi Sean,
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>
Thanks! This patch has now been applied. Cheers Nick
[Prev in Thread] | Current Thread | [Next in Thread] |