random: integrate the random module into the wizard
[bertos.git] / bertos / sec / prng / isaac.c
index f3320a5469fbe3ff426a2e566d1b7ab527bf34f0..6c0ddc1cb3f453550da79bad842431d17a71dfcb 100644 (file)
@@ -48,6 +48,7 @@ MODIFIED:
 
 #include "isaac.h"
 #include <sec/prng.h>
+#include <sec/util.h>
 #include <cfg/compiler.h>
 #include <cfg/macros.h>
 #include <string.h>