mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
madwifi: add missing include file for the tools multicall binary
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12541 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user