X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Feventl.c;h=1efe41fb2033c5705af1d235f7b5a97f9b3414d8;hb=6cdf6f2a3f67ce56d13b64a64a2a192f51ac445c;hp=0f5873263b08954c33531bf290f5c7d746f56d06;hpb=f4c095a042b1bcccb78136be87944e46412386aa;p=yaz-moved-to-github.git diff --git a/src/eventl.c b/src/eventl.c index 0f58732..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.4 2004-12-13 14:21:55 heikki 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