OSDN Git Service

Add the missing include <strings.h>
authorChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 11 Jun 2019 10:03:21 +0000 (18:03 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 11 Jun 2019 10:03:21 +0000 (18:03 +0800)
To provide the prototype of bzero.

wireless_tools/iwlib.c

index cd22a8b..f291f89 100644 (file)
@@ -11,6 +11,7 @@
 
 /***************************** INCLUDES *****************************/
 
+#include <strings.h>
 #include "iwlib-private.h"             /* Private header */
 
 /************************ CONSTANTS & MACROS ************************/