OSDN Git Service

Make sure types are pulled in
authorEric Andersen <andersen@codepoet.org>
Tue, 8 May 2001 17:09:45 +0000 (17:09 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 8 May 2001 17:09:45 +0000 (17:09 -0000)
ldso/ldso/ld_syscall.h
ldso/ldso/syscall.h

index 167e2ed..ebc8739 100644 (file)
@@ -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
index 167e2ed..ebc8739 100644 (file)
@@ -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