Re: [PATCH] Include strings.h to make ffs available

2017-04-27 Thread Mark Wielaard
On Thu, Apr 20, 2017 at 04:33:28PM +0200, Ulf Hermann wrote: > We cannot rely on it to be available from any of the other headers. You are right. I never realized there was both string.h and strings.h. Applied to master. Thanks, Mark

[PATCH] Include strings.h to make ffs available

2017-04-20 Thread Ulf Hermann
We cannot rely on it to be available from any of the other headers. Signed-off-by: Ulf Hermann --- src/ChangeLog | 4 src/readelf.c | 1 + 2 files changed, 5 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 1521d80..cbb77fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1