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

https://github.com/Hamlib/Hamlib/issues/869
pull/875/head
Mike Black W9MDB 2021-11-14 22:36:32 -06:00
rodzic fdd0749c09
commit 4502731644
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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>