From 541324bd450976e3b3ebbb33f0fe4a7a7ae16851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 16 Aug 2004 20:57:37 +0000 Subject: [PATCH] fix implicit include for timeval git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1803 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- icom/icom.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/icom/icom.h b/icom/icom.h index e7ef5658b..b53769264 100644 --- a/icom/icom.h +++ b/icom/icom.h @@ -2,7 +2,7 @@ * Hamlib CI-V backend - main header * Copyright (c) 2000-2004 by Stephane Fillod * - * $Id: icom.h,v 1.66 2004-05-18 06:55:06 fillods Exp $ + * $Id: icom.h,v 1.67 2004-08-16 20:57:37 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -27,6 +27,10 @@ #include #include +#ifdef HAVE_SYS_TIME_H +#include +#endif + /* * defines used by comp_cal_str in rig.c * STR_CAL_LENGTH is the lenght of the S Meter calibration table