mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 03:28:07 +00:00
Refresh 900-musl-compat.patch, add missing headers & fixes incompatible pointer type is now an error. Signed-off-by: Aditya Nugraha <vortexilation@gmail.com>
11 lines
254 B
Diff
11 lines
254 B
Diff
--- a/agent/mib_modules.c
|
|
+++ b/agent/mib_modules.c
|
|
@@ -42,6 +42,7 @@
|
|
#include <net-snmp/agent/table.h>
|
|
#include <net-snmp/agent/table_iterator.h>
|
|
#include "mib_module_includes.h"
|
|
+#include "mibgroup/ieee802dot11.h"
|
|
|
|
static int need_shutdown = 0;
|
|
|