summaryrefslogtreecommitdiffhomepage
path: root/examples/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/random.c')
-rw-r--r--examples/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/random.c b/examples/random.c
index 7325e023..c923debd 100644
--- a/examples/random.c
+++ b/examples/random.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <time.h>
#include <math.h>
-#include <stc/crand.h>
+#include <stc/crandom.h>
#include <stc/cstr.h>
int main()