mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[package] busybox: fix build error in insmod applet on 2.4 (closes: #5220)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16107 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
|
||||
#include "libbb.h"
|
||||
#include "modutils.h"
|
||||
+#include <sys/utsname.h>
|
||||
+#ifndef CONFIG_FEATURE_2_4_MODULES
|
||||
+#include <sys/mman.h>
|
||||
+#include <asm/unistd.h>
|
||||
+#include <sys/syscall.h>
|
||||
+#include <sys/utsname.h>
|
||||
+#endif
|
||||
+
|
||||
+static char *g_filename = NULL;
|
||||
|
||||
Reference in New Issue
Block a user