From a064dbc0c36f9c714b5824121953870328397d94 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 28 Feb 2006 00:40:28 +0000 Subject: need types.h for size_t as pointed out in buildlog --- libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpthread') diff --git a/libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h b/libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h index 98cd183f8..a5ffec48d 100644 --- a/libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h +++ b/libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h @@ -23,6 +23,7 @@ #include +#include extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, size_t __child_stack_size, int __flags, void *__arg, ...); -- cgit v1.2.3