X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-c.c;h=bf4ef42f31a70a1bb75a9806872da26cc83676ad;hb=f517f60a95e2f94edd1efd750024642b5941ef08;hp=227801cbee5e54eb8c1ed553601e5ac01ad95358;hpb=434f8168ad00b6530158055cb9c7b4adaf9ebd9f;p=yaz-moved-to-github.git diff --git a/src/zoom-c.c b/src/zoom-c.c index 227801c..bf4ef42 100644 --- a/src/zoom-c.c +++ b/src/zoom-c.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: zoom-c.c,v 1.36 2005-01-16 21:40:51 adam Exp $ + * $Id: zoom-c.c,v 1.37 2005-01-16 22:01:13 adam Exp $ */ /** * \file zoom-c.c @@ -24,9 +24,21 @@ #include #include +#if HAVE_SYS_TYPES_H +#include +#endif +#if HAVE_SYS_TIME_H +#include +#endif #if HAVE_SYS_POLL_H #include #endif +#if HAVE_SYS_SELECT_H +#include +#endif +#ifdef WIN32 +#include +#endif static int log_level = 0; static int log_level_initialized = 0; @@ -1037,7 +1049,7 @@ static zoom_ret ZOOM_connection_send_init (ZOOM_connection c) ZOOM_options_get(c->options, "implementationName"), odr_prepend(c->odr_out, "ZOOM-C", ireq->implementationName)); - version = odr_strdup(c->odr_out, "$Revision: 1.36 $"); + version = odr_strdup(c->odr_out, "$Revision: 1.37 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; ireq->implementationVersion = odr_prepend(c->odr_out,