X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fmain.c;h=edf5212aea9c0bfedb45c9f05bd03881eb88e8c4;hb=cc9f94a61cbd9dcc0df0cf7d0c7c41d2cec88189;hp=1540f5b96e4020ec6cf0f9f545004590416ef632;hpb=1e739c60397fc5274dba921252b63df2664bdb49;p=idzebra-moved-to-github.git diff --git a/index/main.c b/index/main.c index 1540f5b..edf5212 100644 --- a/index/main.c +++ b/index/main.c @@ -2,17 +2,18 @@ * Copyright (C) 1994-2002, Index Data * All rights reserved. * - * $Id: main.c,v 1.90 2002-06-19 11:37:11 adam Exp $ + * $Id: main.c,v 1.91 2002-06-19 13:19:43 adam Exp $ */ #include #include #include -#include #ifdef WIN32 #include #else #include +#include #endif +#include #if HAVE_SYS_TIMES_H #include #endif