summaryrefslogtreecommitdiff
path: root/ldso/ldso/linuxelf.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-11 19:57:41 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-11 19:57:41 +0000
commited865232d8289ade7587a74d9cf2c0ccb878887b (patch)
tree8e3e317beba7e54259b98be6628bc90dc8e8e6aa /ldso/ldso/linuxelf.h
parentf1429771e1b4d6a42fd06a315e1509d4a2e94e33 (diff)
Rework naming for shared lib loader to avoid potential
nameing conflicts with std header files. -Erik
Diffstat (limited to 'ldso/ldso/linuxelf.h')
-rw-r--r--ldso/ldso/linuxelf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldso/ldso/linuxelf.h b/ldso/ldso/linuxelf.h
index 3bbcfa7c9..6d044a7ae 100644
--- a/ldso/ldso/linuxelf.h
+++ b/ldso/ldso/linuxelf.h
@@ -1,6 +1,11 @@
#ifndef LINUXELF_H
#define LINUXELF_H
+
+#include <sys/types.h>
+#include "ld_sysdep.h" /* before elf.h to get ELF_USES_RELOCA right */
+#include <elf.h>
+
/* Forward declarations for stuff defined in hash.h */
struct dyn_elf;
struct elf_resolve;