Add sys/time.h include to enable build on FreeBSD

https://github.com/Hamlib/Hamlib/issues/869
This commit is contained in:
Mike Black W9MDB 2021-11-14 22:36:32 -06:00
parent fdd0749c09
commit 4502731644

View File

@ -32,6 +32,7 @@
#include <string.h>
#include <inttypes.h>
#include <time.h>
#include <sys/time.h>
/* Rig list is in a separate file so as not to mess up w/ this one */
#include <hamlib/riglist.h>