Skip to content
Snippets Groups Projects
Commit 71b6a224 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

madwifi: add missing include file for the tools multicall binary

SVN-Revision: 12541
parent f7ad843f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment