madwifi: add missing include file for the tools multicall binary
SVN-Revision: 12541
This commit is contained in:
parent
f7ad843fdc
commit
71b6a22476
1 changed files with 2 additions and 1 deletions
|
@ -136,8 +136,9 @@
|
|||
const char *ifname = "wifi0";
|
||||
--- /dev/null
|
||||
+++ b/tools/do_multi.c
|
||||
@@ -0,0 +1,32 @@
|
||||
@@ -0,0 +1,33 @@
|
||||
+#include <string.h>
|
||||
+#include <libgen.h>
|
||||
+#include "do_multi.h"
|
||||
+
|
||||
+int
|
||||
|
|
Loading…
Reference in a new issue