aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
86#endif 86#endif
87#include "math.h" 87#include "math.h"
88#include "match.h" 88#include "match.h"
89#if ENABLE_ASH_RANDOM_SUPPORT 89#if ENABLE_HUSH_RANDOM_SUPPORT
90# include "random.h" 90# include "random.h"
91#endif 91#endif
92#ifndef PIPE_BUF 92#ifndef PIPE_BUF