diff options
Diffstat (limited to 'editors/vi.c')
-rw-r--r-- | editors/vi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c index 66b01e26b..97ca802dc 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -21,7 +21,7 @@ | |||
21 | * An "ex" line oriented mode- maybe using "cmdedit" | 21 | * An "ex" line oriented mode- maybe using "cmdedit" |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include "busybox.h" | 24 | #include "libbb.h" |
25 | 25 | ||
26 | #define ENABLE_FEATURE_VI_CRASHME 0 | 26 | #define ENABLE_FEATURE_VI_CRASHME 0 |
27 | 27 | ||