X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=server%2Fstatserv.c;h=000ebd8b9c49ab7e45f3dac968c470044286cfe9;hb=494f920a167da8363b008176b75960f983e1631a;hp=7df2baa721c94cc36e876cbf0cc48f378c381a9c;hpb=b440dce0831a72bebe4f4821ab7771cc05e8facb;p=yaz-moved-to-github.git diff --git a/server/statserv.c b/server/statserv.c index 7df2baa..000ebd8 100644 --- a/server/statserv.c +++ b/server/statserv.c @@ -7,7 +7,10 @@ * Chas Woodfield, Fretwell Downing Datasystems. * * $Log: statserv.c,v $ - * Revision 1.58 1999-08-27 09:40:32 adam + * Revision 1.59 1999-11-30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.58 1999/08/27 09:40:32 adam * Renamed logf function to yaz_log. Removed VC++ project files. * * Revision 1.57 1999/07/06 12:17:15 adam @@ -219,16 +222,16 @@ #include #include -#include -#include -#include +#include +#include +#include #ifdef USE_XTIMOSI -#include +#include #endif -#include +#include #include "eventl.h" #include "session.h" -#include +#include static IOCHAN pListener = NULL;