external/wireless-tools
Révision | 24f265c540119ec7c5ad6e766ed6082fff0481f4 (tree) |
---|---|
l'heure | 2019-06-11 19:03:21 |
Auteur | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Add the missing include <strings.h>
To provide the prototype of bzero.
@@ -11,6 +11,7 @@ | ||
11 | 11 | |
12 | 12 | /***************************** INCLUDES *****************************/ |
13 | 13 | |
14 | +#include <strings.h> | |
14 | 15 | #include "iwlib-private.h" /* Private header */ |
15 | 16 | |
16 | 17 | /************************ CONSTANTS & MACROS ************************/ |