summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf/libelf_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/binfmt/libelf/libelf_init.c')
-rw-r--r--nuttx/binfmt/libelf/libelf_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/libelf/libelf_init.c b/nuttx/binfmt/libelf/libelf_init.c
index a3a320b16..f2744eae7 100644
--- a/nuttx/binfmt/libelf/libelf_init.c
+++ b/nuttx/binfmt/libelf/libelf_init.c
@@ -43,7 +43,7 @@
#include <stdint.h>
#include <string.h>
#include <fcntl.h>
-#include <elf.h>
+#include <elf32.h>
#include <debug.h>
#include <errno.h>