From 26ed1ebeb95caec8d733a6a91e71e31312a8eb06 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 30 May 2011 00:30:56 +0000 Subject: Compiler directive cleanups --- mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mutex.c') diff --git a/mutex.c b/mutex.c index 8668324..c2b3607 100644 --- a/mutex.c +++ b/mutex.c @@ -37,7 +37,7 @@ #if ! defined(_UWIN) && ! defined(WINCE) # include #endif -#ifndef NEED_FTIME +#if !defined(NEED_FTIME) #include #endif #include "pthread.h" -- cgit v1.2.3