diff options
Diffstat (limited to 'pthreads/semaphore.c')
-rw-r--r-- | pthreads/semaphore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthreads/semaphore.c b/pthreads/semaphore.c index 6b2b10e85..64fc0e366 100644 --- a/pthreads/semaphore.c +++ b/pthreads/semaphore.c @@ -45,7 +45,7 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifndef NEED_FTIME +#if !defined(NEED_FTIME) # include <sys/timeb.h> #endif |