aboutsummaryrefslogtreecommitdiff
path: root/nuttx/binfmt/elf.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-26 02:42:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-26 02:42:39 +0000
commit7f2512627e20e6b07ee2cd1f08e8ba9f07f3cb42 (patch)
tree0ffd14523bd45197f366cb232d8f05f3d91f5c35 /nuttx/binfmt/elf.c
parent247e94d02aaac98b5e8007f8d47f68072cadc69d (diff)
downloadpx4-firmware-7f2512627e20e6b07ee2cd1f08e8ba9f07f3cb42.tar.gz
px4-firmware-7f2512627e20e6b07ee2cd1f08e8ba9f07f3cb42.tar.bz2
px4-firmware-7f2512627e20e6b07ee2cd1f08e8ba9f07f3cb42.zip
Rename elf.h to elf32.h; Additional ELF loader changes
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5263 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/binfmt/elf.c')
-rw-r--r--nuttx/binfmt/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/elf.c b/nuttx/binfmt/elf.c
index d9c3d0b9c..9a0ac1873 100644
--- a/nuttx/binfmt/elf.c
+++ b/nuttx/binfmt/elf.c
@@ -42,7 +42,7 @@
#include <sys/types.h>
#include <stdint.h>
#include <string.h>
-#include <elf.h>
+#include <elf32.h>
#include <debug.h>
#include <errno.h>