diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 00:40:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 00:40:28 +0000 |
commit | a064dbc0c36f9c714b5824121953870328397d94 (patch) | |
tree | 418649d38a110505de6e559dbdd94addf56a097e /libpthread/linuxthreads.old/sysdeps/ia64 | |
parent | 60fa5490bcc7af366c07a6d8efcc344f0f6222c4 (diff) |
need types.h for size_t as pointed out in buildlog
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/ia64')
-rw-r--r-- | libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <ia64intrin.h> +#include <sys/types.h> extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base, size_t __child_stack_size, int __flags, void *__arg, ...); |