diff options
| author | Ulf Hermann <[email protected]> | 2017-04-03 18:22:26 +0200 |
|---|---|---|
| committer | Ulf Hermann <[email protected]> | 2017-04-26 12:28:06 +0000 |
| commit | dd25560eb6973014066321821060b5cec18204a4 (patch) | |
| tree | 9c4a8e445d50623f247b3ab9500800b7ba03953a /src/readelf.c | |
| parent | e80dfcbcc3807ba22109d40bc297c5c64c9cc266 (diff) | |
Include strings.h to make ffs available
We cannot rely on it to be available from any of the other headers.
Change-Id: I33a93fa8d41183908242542b8efafd2355bc968c
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/readelf.c')
| -rw-r--r-- | src/readelf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/readelf.c b/src/readelf.c index 6f6095d2..40d49139 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -38,6 +38,7 @@ #include <stdbool.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <time.h> #include <unistd.h> #include <sys/stat.h> |
