diff --git a/arch/arm/include/elf.h b/arch/arm/include/elf.h index d8538538019..21b2c1c2c1e 100644 --- a/arch/arm/include/elf.h +++ b/arch/arm/include/elf.h @@ -50,7 +50,7 @@ * e_ident[EI_DATA] = ELFDATA2LSB (little endian) or ELFDATA2MSB (big endian) */ -#if 0 /* Defined in include/elf.h */ +#if 0 /* Defined in include/elf32.h */ #define EM_ARM 40 #endif diff --git a/arch/sim/src/up_elf.c b/arch/sim/src/up_elf.c index ca3b642dcde..26a8971a72f 100644 --- a/arch/sim/src/up_elf.c +++ b/arch/sim/src/up_elf.c @@ -40,7 +40,7 @@ #include #include -#include +#include #include #include diff --git a/arch/x86/src/common/up_elf.c b/arch/x86/src/common/up_elf.c index be166b480c9..da3f7b9935e 100644 --- a/arch/x86/src/common/up_elf.c +++ b/arch/x86/src/common/up_elf.c @@ -40,7 +40,7 @@ #include #include -#include +#include #include #include