aboutsummaryrefslogtreecommitdiff
path: root/sed.c
diff options
context:
space:
mode:
Diffstat (limited to 'sed.c')
-rw-r--r--sed.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sed.c b/sed.c
index 707ab9308..f26e6e304 100644
--- a/sed.c
+++ b/sed.c
@@ -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 */
59extern int optind; /* in unistd.h */ 55extern int optind; /* in unistd.h */
60extern char *optarg; /* ditto */ 56extern char *optarg; /* ditto */