From: Adam Dickmeiss Date: Mon, 21 Apr 2008 10:56:21 +0000 (+0200) Subject: Fixed check for include of pthread.h X-Git-Tag: v2.0.30~4 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=02a605826f5c382306851a62273fbb4533f57071 Fixed check for include of pthread.h --- 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;