diff options
author | Neal H. Walfield <neal@gnu.org> | 2005-05-17 09:40:51 +0000 |
---|---|---|
committer | Neal H. Walfield <neal@gnu.org> | 2005-05-17 09:40:51 +0000 |
commit | ad327ba4bdcccdfaccde64ba4852220ec99d7b79 (patch) | |
tree | cae08ec411b1807a705a8988af2517eb457411ed /include/pthread/pthread.h | |
parent | a2c46ac956613c162b5162d2ef2c725229b08aca (diff) |
libpthread/
2005-05-17 Neal H. Walfield <neal@gnu.org>
* include/pthread/pthread.h: Define __need_clockid_t before
including <time.h>.
Diffstat (limited to 'include/pthread/pthread.h')
-rw-r--r-- | include/pthread/pthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pthread/pthread.h b/include/pthread/pthread.h index 3e69cd7..23a5ff4 100644 --- a/include/pthread/pthread.h +++ b/include/pthread/pthread.h @@ -26,6 +26,7 @@ #include <features.h> #include <sched.h> +#define __need_clockid_t #include <time.h> __BEGIN_DECLS |