aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
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