1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/hamlib/fix-musl.patch
prspkt eff3234137 testing/hamlib: upgrade to 4.2
- Add patch to include <sys/time.h>:
   error: field 'status_tv' has incomplete type
2021-05-26 03:11:33 +00:00

10 lines
189 B
Diff

--- a/rigs/prm80/prm80.h
+++ b/rigs/prm80/prm80.h
@@ -23,6 +23,7 @@
#define _PRM80_H 1
#include <hamlib/rig.h>
+#include <sys/time.h> /* for timeval */
#define BACKEND_VER "20210416"