summaryrefslogtreecommitdiff
path: root/ldso/include/ldso.h
blob: b5ccbfaef9bca4553d985344900eaf4433744e3c (plain)
1
2
3
4
5
6
7
8
9
10
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>