Happy new year
[idzebra-moved-to-github.git] / util / tstlockscope.c
index ab3c30e..8cfcccf 100644 (file)
@@ -1,8 +1,5 @@
-/* $Id: tstlockscope.c,v 1.2 2007-05-16 12:31:17 adam Exp $
-   Copyright (C) 1995-2007
-   Index Data ApS
-
-This file is part of the Zebra server.
+/* This file is part of the Zebra server.
+   Copyright (C) 1994-2009 Index Data
 
 Zebra is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -28,11 +25,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#include <pthread.h>
 #include <yaz/log.h>
 #include <yaz/test.h>
-#if YAZ_POSIX_THREADS
 #include <fcntl.h>
+#if YAZ_POSIX_THREADS
+#include <pthread.h>
 #endif
 
 int fd;