diff options
author | David McCullough <davidm@snapgear.com> | 2001-06-07 11:54:28 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2001-06-07 11:54:28 +0000 |
commit | e9499a8a60154078b834828fe18437dadf0cdf74 (patch) | |
tree | 6484bf79dcb3903b3562b4fb8d48271dbaaaf5fb /ldso/ldso/ldso.c | |
parent | 50bb6aff9a1f747bfe5b0d14ad9c25296f6892e4 (diff) |
Changes needed to build the ldso dir for m68k. I haven't tested it,
who knows if it will work, it just compiles cleanly :-)
Diffstat (limited to 'ldso/ldso/ldso.c')
-rw-r--r-- | ldso/ldso/ldso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index 2c7092756..52c9bcb4e 100644 --- a/ldso/ldso/ldso.c +++ b/ldso/ldso/ldso.c @@ -92,10 +92,10 @@ */ #include <stdarg.h> +#include "sysdep.h" /* before elf.h to get ELF_USES_RELOCA right */ #include <elf.h> #include "linuxelf.h" #include "link.h" -#include "sysdep.h" #include "hash.h" #include "syscall.h" #include "string.h" |