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