From ad327ba4bdcccdfaccde64ba4852220ec99d7b79 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Tue, 17 May 2005 09:40:51 +0000 Subject: libpthread/ 2005-05-17 Neal H. Walfield * include/pthread/pthread.h: Define __need_clockid_t before including . --- include/pthread/pthread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/pthread/pthread.h') 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 #include +#define __need_clockid_t #include __BEGIN_DECLS -- cgit v1.2.3