X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=index%2Fmain.c;h=edf5212aea9c0bfedb45c9f05bd03881eb88e8c4;hb=42093a81b8e308081fd8be296adcc7aa7353989c;hp=1540f5b96e4020ec6cf0f9f545004590416ef632;hpb=fe21dcd0fa4f07ebfd344dd922e3f1aa7512ab22;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