chiark / gitweb /
[PATCH] sync with latest version of klibc (0.107)
[elogind.git] / klibc / klibc / include / elf.h
index bd0f3e7f9b98919e0809b2dcfe508d7abddcabbb..52f47d042ea7ecdb7c5045291ac1a7b502aab296 100644 (file)
@@ -5,8 +5,8 @@
 #ifndef _ELF_H
 #define _ELF_H
 
-#include <sys/types.h>
-#include <linux/elf.h>
+#include <sys/elf32.h>
+#include <sys/elf64.h>
 
 #endif /* _ELF_H */