kopia lustrzana https://github.com/Hamlib/Hamlib
fix implicit include for timeval
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1803 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.2
rodzic
4c16d9b1d4
commit
541324bd45
|
@ -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 <cal.h>
|
||||
#include <tones.h>
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* defines used by comp_cal_str in rig.c
|
||||
* STR_CAL_LENGTH is the lenght of the S Meter calibration table
|
||||
|
|
Ładowanie…
Reference in New Issue