diff options
Diffstat (limited to 'coreutils/echo.c')
-rw-r--r-- | coreutils/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/echo.c b/coreutils/echo.c index 2de19c2e3..9aad2c2ba 100644 --- a/coreutils/echo.c +++ b/coreutils/echo.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * The previous version did not allow 4-digit octals. | 23 | * The previous version did not allow 4-digit octals. |
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include "busybox.h" | 26 | #include "libbb.h" |
27 | 27 | ||
28 | int bb_echo(char **argv) | 28 | int bb_echo(char **argv) |
29 | { | 29 | { |