diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 0a3333d99..857367b5f 100644 --- a/applets/busybox.c +++ b/applets/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 |