From: Adam Dickmeiss Date: Thu, 30 Dec 2004 00:20:15 +0000 (+0000) Subject: Include unistd.h always X-Git-Tag: YAZ.2.0.30~11 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f2f3c5ba7374be95aba4f8f35bccd3c4c067e625 Include unistd.h always --- diff --git a/client/client.c b/client/client.c index 173db4e..51bc87c 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: client.c,v 1.262 2004-12-21 20:25:39 adam Exp $ + * $Id: client.c,v 1.263 2004-12-30 00:20:15 adam Exp $ */ #include @@ -32,6 +32,8 @@ #include #define S_ISREG(x) (x & _S_IFREG) #define S_ISDIR(x) (x & _S_IFDIR) +#else +#include #endif #include @@ -55,7 +57,6 @@ #if HAVE_READLINE_READLINE_H #include -#include #endif #if HAVE_READLINE_HISTORY_H #include