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 66b01e2..97ca802 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -21,7 +21,7 @@ * An "ex" line oriented mode- maybe using "cmdedit" */ -#include "busybox.h" +#include "libbb.h" #define ENABLE_FEATURE_VI_CRASHME 0 |