From 02a605826f5c382306851a62273fbb4533f57071 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 21 Apr 2008 12:56:21 +0200 Subject: [PATCH] Fixed check for include of pthread.h --- util/tstlockscope.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/tstlockscope.c b/util/tstlockscope.c index 6836461..bf28f22 100644 --- a/util/tstlockscope.c +++ b/util/tstlockscope.c @@ -25,11 +25,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include #include -#include #include #include -#if YAZ_POSIX_THREADS #include +#if YAZ_POSIX_THREADS +#include #endif int fd; -- 1.7.10.4