From 42093a81b8e308081fd8be296adcc7aa7353989c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 Jun 2002 13:19:43 +0000 Subject: [PATCH] Add include of sys/time.h --- index/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 1.7.10.4