aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
Diffstat (limited to 'libbb')
-rw-r--r--libbb/appletlib.c2
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() */