mirror of https://github.com/hak5/openwrt.git
parent
517728c9f7
commit
adc83174bf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue