aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c
index d81dbd3f5..481b84138 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -53,6 +53,8 @@
#include "math.h"
#if ENABLE_ASH_RANDOM_SUPPORT
# include "random.h"
+#else
+# define CLEAR_RANDOM_T(rnd) ((void)0)
#endif
#if defined SINGLE_APPLET_MAIN