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