From: Denys Vlasenko Date: Fri, 9 Oct 2009 20:00:58 +0000 (+0200) Subject: hush: fix cut-n-paste error in last commit X-Git-Tag: 1_16_0~406 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cbe0b7fb598228fa942185269f4959d10ee14fb1;p=oweals%2Fbusybox.git hush: fix cut-n-paste error in last commit Signed-off-by: Denys Vlasenko --- diff --git a/shell/hush.c b/shell/hush.c index b80b6c742..ef40e5a06 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -86,7 +86,7 @@ #endif #include "math.h" #include "match.h" -#if ENABLE_ASH_RANDOM_SUPPORT +#if ENABLE_HUSH_RANDOM_SUPPORT # include "random.h" #endif #ifndef PIPE_BUF