From d25de224769281dc702430752fc4c64e8a317a9b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 8 May 2001 17:09:45 +0000 Subject: Make sure types are pulled in --- ldso/ldso/ld_syscall.h | 2 ++ ldso/ldso/syscall.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'ldso') diff --git a/ldso/ldso/ld_syscall.h b/ldso/ldso/ld_syscall.h index 167e2ed15..ebc8739ea 100644 --- a/ldso/ldso/ld_syscall.h +++ b/ldso/ldso/ld_syscall.h @@ -1,5 +1,7 @@ +#include #include "syscalls.h" + /* Here are the definitions for some syscalls that are used by the dynamic linker. The idea is that we want to be able to call these before the errno symbol is dynamicly linked, so diff --git a/ldso/ldso/syscall.h b/ldso/ldso/syscall.h index 167e2ed15..ebc8739ea 100644 --- a/ldso/ldso/syscall.h +++ b/ldso/ldso/syscall.h @@ -1,5 +1,7 @@ +#include #include "syscalls.h" + /* Here are the definitions for some syscalls that are used by the dynamic linker. The idea is that we want to be able to call these before the errno symbol is dynamicly linked, so -- cgit v1.2.3