From 5165fbed639916e0fde15a827241b21981be7934 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 20 Feb 2001 06:42:29 +0000 Subject: Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put it after busybox.h is included. --- shell/cmdedit.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'shell/cmdedit.c') diff --git a/shell/cmdedit.c b/shell/cmdedit.c index 9cb53522f..993e83b21 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c @@ -42,12 +42,6 @@ #include #include -#ifdef BB_FEATURE_SH_TAB_COMPLETION -#include -#include -#endif - - #ifndef TEST #include "busybox.h" @@ -67,6 +61,11 @@ #endif /* TEST */ +#ifdef BB_FEATURE_SH_TAB_COMPLETION +#include +#include +#endif + #ifdef BB_FEATURE_SH_COMMAND_EDITING #ifndef BB_FEATURE_SH_TAB_COMPLETION -- cgit v1.2.3