X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftap%2Ftap.c;h=9c92f7f21deb92c75ffe016f4c8e18a54b65f69b;hb=52c4843176ce73484dd405261d13048bcd1b85e5;hp=106da912487ba28665fc82d9f206e4c639085a34;hpb=fece6c238afd41bd3ffba1287afa598863d7165e;p=ccan diff --git a/ccan/tap/tap.c b/ccan/tap/tap.c index 106da912..9c92f7f2 100644 --- a/ccan/tap/tap.c +++ b/ccan/tap/tap.c @@ -49,7 +49,7 @@ static int test_pid; /* Encapsulate the pthread code in a conditional. In the absence of libpthread the code does nothing */ -#ifdef HAVE_LIBPTHREAD +#if HAVE_LIBPTHREAD #include static pthread_mutex_t M = PTHREAD_MUTEX_INITIALIZER; # define LOCK pthread_mutex_lock(&M)