From 479669a3e2da231aaf11ff2a66ac5b72a4460d26 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 17 Jan 2005 13:08:53 +0000 Subject: [PATCH] Added include sys/time.h --- client/client.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/client.c b/client/client.c index 8abd5a2..9f13e82 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: client.c,v 1.269 2005-01-16 22:12:39 adam Exp $ + * $Id: client.c,v 1.270 2005-01-17 13:08:53 adam Exp $ */ #include @@ -22,6 +22,9 @@ #if HAVE_SYS_STAT_H #include #endif +#if HAVE_SYS_TIME_H +#include +#endif #if HAVE_OPENSSL_SSL_H #include -- 1.7.10.4