From 450273164481829c391f40fcb95a11b71d3d0f40 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sun, 14 Nov 2021 22:36:32 -0600 Subject: [PATCH] Add sys/time.h include to enable build on FreeBSD https://github.com/Hamlib/Hamlib/issues/869 --- include/hamlib/rig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 45c3a963c..a03a6e67b 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -32,6 +32,7 @@ #include #include #include +#include /* Rig list is in a separate file so as not to mess up w/ this one */ #include