diff options
Diffstat (limited to 'sed.c')
-rw-r--r-- | sed.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -51,10 +51,6 @@ | |||
51 | #include <ctype.h> /* for isspace() */ | 51 | #include <ctype.h> /* for isspace() */ |
52 | #include "busybox.h" | 52 | #include "busybox.h" |
53 | 53 | ||
54 | #define bb_need_full_version | ||
55 | #define BB_DECLARE_EXTERN | ||
56 | #include "messages.c" | ||
57 | |||
58 | /* externs */ | 54 | /* externs */ |
59 | extern int optind; /* in unistd.h */ | 55 | extern int optind; /* in unistd.h */ |
60 | extern char *optarg; /* ditto */ | 56 | extern char *optarg; /* ditto */ |