diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-23 01:30:26 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-23 01:30:26 +0200 |
commit | c1947f18f539b3e2e1972ec0c9a78c4651cf328b (patch) | |
tree | 7fa1c60eece648db2d1a80591bb9c1b063a57628 /libbb/appletlib.c | |
parent | c0dab37d0a2e079d0e0c85aa979439373e9096ca (diff) | |
download | busybox-w32-c1947f18f539b3e2e1972ec0c9a78c4651cf328b.tar.gz busybox-w32-c1947f18f539b3e2e1972ec0c9a78c4651cf328b.tar.bz2 busybox-w32-c1947f18f539b3e2e1972ec0c9a78c4651cf328b.zip |
build failure fix and some cosmetics
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 0ebea4f44..b31532a93 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -27,10 +27,10 @@ | |||
27 | * FEATURE_INSTALLER or FEATURE_SUID will still link printf routines in. :( | 27 | * FEATURE_INSTALLER or FEATURE_SUID will still link printf routines in. :( |
28 | */ | 28 | */ |
29 | 29 | ||
30 | #include "busybox.h" | ||
30 | #include <assert.h> | 31 | #include <assert.h> |
31 | #include <malloc.h> | 32 | #include <malloc.h> |
32 | #include <sys/user.h> /* PAGE_SIZE */ | 33 | #include <sys/user.h> /* PAGE_SIZE */ |
33 | #include "busybox.h" | ||
34 | 34 | ||
35 | 35 | ||
36 | /* Declare <applet>_main() */ | 36 | /* Declare <applet>_main() */ |