From cbe0b7fb598228fa942185269f4959d10ee14fb1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 9 Oct 2009 22:00:58 +0200 Subject: hush: fix cut-n-paste error in last commit Signed-off-by: Denys Vlasenko --- shell/hush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/hush.c') 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 -- cgit v1.2.3