diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-20 20:09:04 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-20 20:09:04 +0000 |
| commit | 4fa703c12bc4e5f1f61dc970350fd184b97187d3 (patch) | |
| tree | a6f9d28e9c6e048ca58eb072232e1c9ec5fff389 /utils/readelf.c | |
| parent | 60258bd2670e1aac497702bef2427318f3921641 (diff) | |
| download | uClibc-alpine-4fa703c12bc4e5f1f61dc970350fd184b97187d3.tar.bz2 uClibc-alpine-4fa703c12bc4e5f1f61dc970350fd184b97187d3.tar.xz | |
Merge from trunk.
Diffstat (limited to 'utils/readelf.c')
| -rw-r--r-- | utils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/readelf.c b/utils/readelf.c index d562b1138..0ff5d2563 100644 --- a/utils/readelf.c +++ b/utils/readelf.c @@ -24,8 +24,8 @@ #include <sys/types.h> #include "bswap.h" -#include "elf.h" #include "link.h" +/* makefile will include elf.h for us */ int byteswap; inline uint32_t byteswap32_to_host(uint32_t value) |
