diff options
Diffstat (limited to 'include/linux/elfnote.h')
| -rw-r--r-- | include/linux/elfnote.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/elfnote.h b/include/linux/elfnote.h index f236f5b931b2..594d4e78654f 100644 --- a/include/linux/elfnote.h +++ b/include/linux/elfnote.h @@ -59,7 +59,7 @@  	ELFNOTE_END  #else	/* !__ASSEMBLER__ */ -#include <linux/elf.h> +#include <uapi/linux/elf.h>  /*   * Use an anonymous structure which matches the shape of   * Elf{32,64}_Nhdr, but includes the name and desc data.  The size and  |