summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-08 17:09:45 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-08 17:09:45 +0000
commitd25de224769281dc702430752fc4c64e8a317a9b (patch)
tree3555b88dd4fba5a32124d904a689390f75a63a39 /ldso
parentd3fda8f182319ac08c855a15a7a5369d1714ea44 (diff)
Make sure types are pulled in
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/ld_syscall.h2
-rw-r--r--ldso/ldso/syscall.h2
2 files changed, 4 insertions, 0 deletions
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 <sys/types.h>
#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 <sys/types.h>
#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