From: Adam Dickmeiss Date: Wed, 19 Jun 2002 13:19:43 +0000 (+0000) Subject: Add include of sys/time.h X-Git-Tag: ZEBRA.1.3.0~44 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=42093a81b8e308081fd8be296adcc7aa7353989c Add include of sys/time.h --- 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