Use HAVE_UNISTD_H when including unistd.h.
[idzebra-moved-to-github.git] / index / lockutil.c
index 13e20ff..4c7cbf7 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: lockutil.c,v 1.19 2004-11-19 10:26:59 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: lockutil.c,v 1.21 2005-06-14 20:28:54 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -30,7 +30,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #ifdef WIN32
 #include <io.h>
 #include <sys/locking.h>
-#else
+#endif
+#if HAVE_UNISTD_H
 #include <unistd.h>
 #endif