diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ #include <stdio.h> #include <string.h> #include <errno.h> + +#undef APPLET +#undef APPLET_NOUSAGE +#undef PROTOTYPES #include "applets.h" #define bb_need_full_version |