mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
hamlib: fix -Wimplicit-function-declaration
This commit is contained in:
parent
d541b85fc4
commit
8d98abbfa9
1 changed files with 10 additions and 0 deletions
10
srcpkgs/hamlib/patches/implicit-function-decl.patch
Normal file
10
srcpkgs/hamlib/patches/implicit-function-decl.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/tests/memload.c
|
||||
+++ b/tests/memload.c
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <hamlib/config.h>
|
||||
|
||||
#include <hamlib/rig.h>
|
||||
+#include <stdlib.h>
|
||||
#include "misc.h"
|
||||
|
||||
#ifdef HAVE_XML2
|
Loading…
Add table
Reference in a new issue