diff options
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/patches/470-insmod_search.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/470-insmod_search.patch b/package/busybox/patches/470-insmod_search.patch index 8d4b019c6b..5825dac9f2 100644 --- a/package/busybox/patches/470-insmod_search.patch +++ b/package/busybox/patches/470-insmod_search.patch @@ -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; |