randomconfig fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-10-19 16:07:28 +02:00
parent 3b3ccdc5bc
commit 36df04837a
4 changed files with 7 additions and 2 deletions

View File

@ -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