X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Fclient.c;h=8abd5a282a39801ece38ff6154caab835f09e79c;hp=cac3f486615b0d69650623f28bbbe80fd271e0c2;hb=92a1c29ad9003d7dad229fd5170ed83269c87658;hpb=77ab03610562a282025ed218c7a0b3f8dfe2a214 diff --git a/client/client.c b/client/client.c index cac3f48..8abd5a2 100644 --- a/client/client.c +++ b/client/client.c @@ -2,19 +2,26 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: client.c,v 1.268 2005-01-15 19:47:08 adam Exp $ + * $Id: client.c,v 1.269 2005-01-16 22:12:39 adam Exp $ */ #include #include #include +#include +#include #if HAVE_LOCALE_H #include #endif - #if HAVE_LANGINFO_H #include #endif +#if HAVE_UNISTD_H +#include +#endif +#if HAVE_SYS_STAT_H +#include +#endif #if HAVE_OPENSSL_SSL_H #include @@ -25,15 +32,11 @@ #include #endif -#include -#include - #ifdef WIN32 #include +#include #define S_ISREG(x) (x & _S_IFREG) #define S_ISDIR(x) (x & _S_IFDIR) -#else -#include #endif #include @@ -62,7 +65,6 @@ #include #endif -#include #include "admin.h" #include "tabcomplete.h"