diff options
author | Rob Landley <rob@landley.net> | 2006-08-09 20:56:23 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-08-09 20:56:23 +0000 |
commit | 519d7df930d2ac14b7a833c0255a4a5abd5a329b (patch) | |
tree | ad8d4242826335c7e418648d60d82a55095f11e1 /modutils/insmod.c | |
parent | e55a73c7a89d9437bda82d317ee980989a5949db (diff) | |
download | busybox-w32-519d7df930d2ac14b7a833c0255a4a5abd5a329b.tar.gz busybox-w32-519d7df930d2ac14b7a833c0255a4a5abd5a329b.tar.bz2 busybox-w32-519d7df930d2ac14b7a833c0255a4a5abd5a329b.zip |
Another whack at scripts/individual. Now builds 212 applets.
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r-- | modutils/insmod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index 614eb2f6b..e09275e11 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -59,6 +59,7 @@ | |||
59 | */ | 59 | */ |
60 | 60 | ||
61 | #include "busybox.h" | 61 | #include "busybox.h" |
62 | #include <libgen.h> | ||
62 | #include <sys/utsname.h> | 63 | #include <sys/utsname.h> |
63 | 64 | ||
64 | #if !defined(CONFIG_FEATURE_2_4_MODULES) && \ | 65 | #if !defined(CONFIG_FEATURE_2_4_MODULES) && \ |