chiark / gitweb /
bd0f3e7f9b98919e0809b2dcfe508d7abddcabbb
[elogind.git] / klibc / klibc / include / elf.h
1 /*
2  * elf.h
3  */
4
5 #ifndef _ELF_H
6 #define _ELF_H
7
8 #include <sys/types.h>
9 #include <linux/elf.h>
10
11 #endif /* _ELF_H */
12