X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fseshigh.c;h=105dbe94a10aa73e8a095cadc48811c826b5054d;hb=825d22351b1d59c71e98357b4931bf7bb67daa3a;hp=fffdd113956742ac4062feb73fd648f42d5d9ca0;hpb=2b3dd45defce5c722aea0d5cecfbd8db7df55818;p=yaz-moved-to-github.git diff --git a/src/seshigh.c b/src/seshigh.c index fffdd11..105dbe9 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1995-2005, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.43 2005-01-11 12:07:55 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.43 $"); + 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,