[PATCH] turn many #if $undefined_string into #ifdef $undefined_string
[pandora-kernel.git] / arch / um / os-Linux / elf_aux.c
index f0d6060..5423b1c 100644 (file)
@@ -11,6 +11,7 @@
 #include <stddef.h>
 #include "init.h"
 #include "elf_user.h"
+#include <asm/elf.h>
 
 #if ELF_CLASS == ELFCLASS32
 typedef Elf32_auxv_t elf_auxv_t;