• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

external/wireless-tools


Commit MetaInfo

修訂24f265c540119ec7c5ad6e766ed6082fff0481f4 (tree)
時間2019-06-11 19:03:21
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Add the missing include <strings.h>

To provide the prototype of bzero.

Change Summary

差異

--- a/wireless_tools/iwlib.c
+++ b/wireless_tools/iwlib.c
@@ -11,6 +11,7 @@
1111
1212 /***************************** INCLUDES *****************************/
1313
14+#include <strings.h>
1415 #include "iwlib-private.h" /* Private header */
1516
1617 /************************ CONSTANTS & MACROS ************************/