From 6cc7c3b3c00d869c85c41e9f50f8ae1736488789 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 30 Jun 1998 12:02:24 +0000 Subject: [PATCH] Include pthreadtypes.h. --- sysdeps/unix/sysv/linux/alpha/bits/types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysdeps/unix/sysv/linux/alpha/bits/types.h b/sysdeps/unix/sysv/linux/alpha/bits/types.h index 70b7d7294f..699f14c8a2 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/types.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/types.h @@ -107,4 +107,8 @@ typedef struct typedef int __t_scalar_t; typedef unsigned int __t_uscalar_t; + +/* Now add the thread types. */ +#include + #endif /* bits/types.h */