diff options
| author | Roland McGrath <[email protected]> | 2010-01-15 01:02:27 -0800 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2010-01-15 01:02:27 -0800 |
| commit | b337b1fd5f3b3410fe522a690ccee70bce8519ee (patch) | |
| tree | bbcd7b587b878bd50382308ea621da58582e9cc7 /src/elflint.c | |
| parent | 5f2116092632c8d600e2d7d87fc919aed37a1c04 (diff) | |
Fix sloppy #include use, breaks with latest glibc.
Diffstat (limited to 'src/elflint.c')
| -rw-r--r-- | src/elflint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elflint.c b/src/elflint.c index 63d8389e..531122bf 100644 --- a/src/elflint.c +++ b/src/elflint.c @@ -42,6 +42,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/stat.h> #include <sys/param.h> #include <elf-knowledge.h> |
