X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fseshigh.c;h=105dbe94a10aa73e8a095cadc48811c826b5054d;hp=0e7091970cd7c1a255d7dd38d6b4a675f0e6a200;hb=825d22351b1d59c71e98357b4931bf7bb67daa3a;hpb=434f8168ad00b6530158055cb9c7b4adaf9ebd9f diff --git a/src/seshigh.c b/src/seshigh.c index 0e70919..105dbe9 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.44 2005-01-15 19:47:14 adam Exp $ + * $Id: seshigh.c,v 1.45 2005-01-16 21:51:50 adam Exp $ */ /** * \file seshigh.c @@ -30,18 +30,25 @@ #include #include +#include +#include + +#if HAVE_SYS_TYPES_H #include +#endif +#if HAVE_SYS_STAT_H +#include +#endif + #ifdef WIN32 #include #define S_ISREG(x) (x & _S_IFREG) #include -#include -#else -#include +#endif + +#if HAVE_UNISTD_H #include #endif -#include -#include #include #include @@ -1577,7 +1584,7 @@ static Z_APDU *process_initRequest(association *assoc, request *reqb) assoc->init->implementation_name, odr_prepend(assoc->encode, "GFS", resp->implementationName)); - version = odr_strdup(assoc->encode, "$Revision: 1.44 $"); + version = odr_strdup(assoc->encode, "$Revision: 1.45 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; resp->implementationVersion = odr_prepend(assoc->encode,