Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / sed.c
diff --git a/sed.c b/sed.c
index 0e0d7f58c46e5f4d430828d3562bfe36c7e4f238..cb3f1bbf15558d849e66bc4130c6dd8a4ad40233 100644 (file)
--- a/sed.c
+++ b/sed.c
@@ -49,7 +49,7 @@
 #include <string.h> /* for strdup() */
 #include <errno.h>
 #include <ctype.h> /* for isspace() */
-#include "internal.h"
+#include "busybox.h"
 
 #define bb_need_full_version
 #define BB_DECLARE_EXTERN