summaryrefslogtreecommitdiff
path: root/randnum.c
diff options
context:
space:
mode:
Diffstat (limited to 'randnum.c')
-rw-r--r--randnum.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/randnum.c b/randnum.c
index 8b5c218..21189b5 100644
--- a/randnum.c
+++ b/randnum.c
@@ -1,5 +1,7 @@
#include <stdlib.h>
+#include "cleanbench.h"
+
/****************************
** RANDOM NUMBER GENERATOR **
*****************************