diff options
Diffstat (limited to 'libbb/lineedit.c')
-rw-r--r-- | libbb/lineedit.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libbb/lineedit.c b/libbb/lineedit.c index b1e971f88..aef1911d9 100644 --- a/libbb/lineedit.c +++ b/libbb/lineedit.c | |||
@@ -41,6 +41,12 @@ | |||
41 | #include "busybox.h" | 41 | #include "busybox.h" |
42 | #include "NUM_APPLETS.h" | 42 | #include "NUM_APPLETS.h" |
43 | #include "unicode.h" | 43 | #include "unicode.h" |
44 | #if ENABLE_ASH_EMBEDDED_SCRIPTS | ||
45 | # include "embedded_scripts.h" | ||
46 | #else | ||
47 | # define NUM_SCRIPTS 0 | ||
48 | #endif | ||
49 | |||
44 | #ifndef _POSIX_VDISABLE | 50 | #ifndef _POSIX_VDISABLE |
45 | # define _POSIX_VDISABLE '\0' | 51 | # define _POSIX_VDISABLE '\0' |
46 | #endif | 52 | #endif |