aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index 0a3333d99..857367b5f 100644
--- a/busybox.c
+++ b/busybox.c
@@ -3,6 +3,10 @@
3#include <stdio.h> 3#include <stdio.h>
4#include <string.h> 4#include <string.h>
5#include <errno.h> 5#include <errno.h>
6
7#undef APPLET
8#undef APPLET_NOUSAGE
9#undef PROTOTYPES
6#include "applets.h" 10#include "applets.h"
7 11
8#define bb_need_full_version 12#define bb_need_full_version