diff --git a/include/_tail_cc/sys/stdtypes.h b/include/_tail_cc/sys/stdtypes.h index 923f54a58..dcbe60e42 100644 --- a/include/_tail_cc/sys/stdtypes.h +++ b/include/_tail_cc/sys/stdtypes.h @@ -11,5 +11,9 @@ typedef long sigset_t; /* for on SUN's */ typedef long time_t; typedef long size_t; +typedef long clock_t; +typedef int pid_t; +typedef unsigned short gid_t; +typedef unsigned short uid_t; #endif /* __STDTYPES_H__ */