diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |