commit | c1947f18f539b3e2e1972ec0c9a78c4651cf328b | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Oct 23 01:30:26 2009 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Oct 23 01:30:26 2009 +0200 |
tree | 7fa1c60eece648db2d1a80591bb9c1b063a57628 | |
parent | c0dab37d0a2e079d0e0c85aa979439373e9096ca [diff] [blame] |
build failure fix and some cosmetics Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 0ebea4f..b31532a 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c
@@ -27,10 +27,10 @@ * FEATURE_INSTALLER or FEATURE_SUID will still link printf routines in. :( */ +#include "busybox.h" #include <assert.h> #include <malloc.h> #include <sys/user.h> /* PAGE_SIZE */ -#include "busybox.h" /* Declare <applet>_main() */