aboutsummaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf/libelf_load.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-24 20:19:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-24 20:19:44 +0000
commit8a2348d18d16427d0787d3614aa90ab20e4b4eda (patch)
treefeae17c23bc7aba68a12f1d99f1974f87ad9a894 /nuttx/binfmt/libelf/libelf_load.c
parentbd76ec3dc037b6bd3aba883118cbac51510b80fa (diff)
downloadpx4-firmware-8a2348d18d16427d0787d3614aa90ab20e4b4eda.tar.gz
px4-firmware-8a2348d18d16427d0787d3614aa90ab20e4b4eda.tar.bz2
px4-firmware-8a2348d18d16427d0787d3614aa90ab20e4b4eda.zip
Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5252 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/binfmt/libelf/libelf_load.c')
-rw-r--r--nuttx/binfmt/libelf/libelf_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/libelf/libelf_load.c b/nuttx/binfmt/libelf/libelf_load.c
index 94d200b56..26785f6b1 100644
--- a/nuttx/binfmt/libelf/libelf_load.c
+++ b/nuttx/binfmt/libelf/libelf_load.c
@@ -48,7 +48,7 @@
#include <errno.h>
#include <arpa/inet.h>
-#include <nuttx/elf.h>
+#include <nuttx/binfmt/elf.h>
/****************************************************************************
* Pre-Processor Definitions