wireless-tools: Fix missing `bzero` declaration

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2023-04-14 05:16:48 +09:00 committed by xtkoba
parent 96c2c4e536
commit 0034b858c2
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- a/iwlib.c
+++ b/iwlib.c
@@ -12,6 +12,7 @@
/***************************** INCLUDES *****************************/
#include "iwlib-private.h" /* Private header */
+#include <strings.h>
/************************ CONSTANTS & MACROS ************************/