X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Feventl.c;h=1efe41fb2033c5705af1d235f7b5a97f9b3414d8;hb=6cdf6f2a3f67ce56d13b64a64a2a192f51ac445c;hp=6d22779af6ad2c10b4efc213a1872311a7fe764a;hpb=3b96525a40981e162b959f3e842e0ff20e314320;p=yaz-moved-to-github.git diff --git a/src/eventl.c b/src/eventl.c index 6d22779..1efe41f 100644 --- a/src/eventl.c +++ b/src/eventl.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1995-2004, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: eventl.c,v 1.3 2004-11-18 15:18:13 heikki Exp $ + * $Id: eventl.c,v 1.6 2005-01-17 12:53:04 adam Exp $ */ /** @@ -13,19 +13,30 @@ * Server. It uses select(2). */ -#include #include +#include +#include +#include +#include + +#if HAVE_SYS_TYPES_H +#include +#endif +#if HAVE_SYS_TIME_H +#include +#endif #ifdef WIN32 #include -#else +#endif +#if HAVE_UNISTD_H #include #endif -#include -#include -#include +#if HAVE_SYS_SELECT_H +#include +#endif #include -#include +#include #include #include #include "eventl.h"