Include pthreadtypes.h.

This commit is contained in:
Ulrich Drepper 1998-06-30 12:02:24 +00:00
parent 030d182c93
commit 6cc7c3b3c0
1 changed files with 4 additions and 0 deletions

View File

@ -107,4 +107,8 @@ typedef struct
typedef int __t_scalar_t;
typedef unsigned int __t_uscalar_t;
/* Now add the thread types. */
#include <bits/pthreadtypes.h>
#endif /* bits/types.h */