[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 9394a6cfe465f1783d62c
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-01-31 04:17:09
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 9394a6cfe465f1783d62c88a48ccefc2dabf798b (commit) from d20635dfe67e67b5926995594bc5ff7380599bdf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9394a6cfe465f1783d62c88a48ccefc2dabf798b Author: Michael Black W9MDB <mdb...@ya...> Date: Sat Jan 30 22:16:14 2021 -0600 Fix link error with testloc.c diff --git a/tests/testloc.c b/tests/testloc.c index 82bd8614..64a15641 100644 --- a/tests/testloc.c +++ b/tests/testloc.c @@ -14,6 +14,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <hamlib/rig.h> #include <hamlib/rotator.h> ----------------------------------------------------------------------- Summary of changes: tests/testloc.c | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Hamlib -- Ham radio control libraries |