summaryrefslogtreecommitdiff
path: root/stage3/rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'stage3/rng.h')
-rw-r--r--stage3/rng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stage3/rng.h b/stage3/rng.h
index fe83ff7..7e3f5ed 100644
--- a/stage3/rng.h
+++ b/stage3/rng.h
@@ -2,5 +2,6 @@
#define RNG_H
int rand();
+void srand(int seed);
#endif