summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf/libelf_unload.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/binfmt/libelf/libelf_unload.c')
-rw-r--r--nuttx/binfmt/libelf/libelf_unload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/libelf/libelf_unload.c b/nuttx/binfmt/libelf/libelf_unload.c
index 9e930e295..9a198fc78 100644
--- a/nuttx/binfmt/libelf/libelf_unload.c
+++ b/nuttx/binfmt/libelf/libelf_unload.c
@@ -43,7 +43,7 @@
#include <stdlib.h>
#include <debug.h>
-#include <nuttx/elf.h>
+#include <nuttx/binfmt/elf.h>
/****************************************************************************
* Pre-Processor Definitions