busybox: fix build error in insmod applet on 2.4 (closes: #5220)
SVN-Revision: 16107
This commit is contained in:
parent
517728c9f7
commit
adc83174bf
1 changed files with 1 additions and 1 deletions
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
#include "modutils.h"
|
#include "modutils.h"
|
||||||
|
+#include <sys/utsname.h>
|
||||||
+#ifndef CONFIG_FEATURE_2_4_MODULES
|
+#ifndef CONFIG_FEATURE_2_4_MODULES
|
||||||
+#include <sys/mman.h>
|
+#include <sys/mman.h>
|
||||||
+#include <asm/unistd.h>
|
+#include <asm/unistd.h>
|
||||||
+#include <sys/syscall.h>
|
+#include <sys/syscall.h>
|
||||||
+#include <sys/utsname.h>
|
|
||||||
+#endif
|
+#endif
|
||||||
+
|
+
|
||||||
+static char *g_filename = NULL;
|
+static char *g_filename = NULL;
|
||||||
|
|
Loading…
Reference in a new issue