diff options
Diffstat (limited to 'ldso/include/ldso.h')
-rw-r--r-- | ldso/include/ldso.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h new file mode 100644 index 000000000..b5ccbfaef --- /dev/null +++ b/ldso/include/ldso.h @@ -0,0 +1,11 @@ +#include <features.h> +/* Pull in compiler and arch stuff */ +#include <stdlib.h> +#include <stdarg.h> +/* Pull in the arch specific type information */ +#include <sys/types.h> +/* Now the ldso specific headers */ +#include <ld_elf.h> +#include <ld_syscall.h> +#include <ld_hash.h> +#include <ld_string.h> |