diff options
Diffstat (limited to 'include/elf.h')
-rw-r--r-- | include/elf.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/elf.h b/include/elf.h index 8a1764f..cdedd85 100644 --- a/include/elf.h +++ b/include/elf.h @@ -1 +1,6 @@ -#include <elf/elf.h> +#ifndef _ELF_H +# include <elf/elf.h> +/* Some information which is not meant for the public and therefore not + in <elf.h>. */ +# include <dl-dtprocnum.h> +#endif |