X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Feventl.c;h=1efe41fb2033c5705af1d235f7b5a97f9b3414d8;hb=6cdf6f2a3f67ce56d13b64a64a2a192f51ac445c;hp=dbe72d48b9f0bc41c786caa74e8658a9a2a8d892;hpb=4c176312acdc3444c9afc820f76a393e64668e52;p=yaz-moved-to-github.git diff --git a/src/eventl.c b/src/eventl.c index dbe72d4..1efe41f 100644 --- a/src/eventl.c +++ b/src/eventl.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: eventl.c,v 1.5 2005-01-15 19:47:13 adam Exp $ + * $Id: eventl.c,v 1.6 2005-01-17 12:53:04 adam Exp $ */ /** @@ -13,16 +13,27 @@ * 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