summaryrefslogtreecommitdiffhomepage
path: root/examples/rngtest.c
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-07-17 11:51:07 +0200
committerTyge Løvset <[email protected]>2020-07-17 11:51:07 +0200
commitda4d127cbd65c35fee03411df66eadd34e7a999b (patch)
treefc5dddc3ec7232597c6d471698c6e91ae9af470c /examples/rngtest.c
parent7cda97c127076acbbaa7b472cf5a89357c1d9a84 (diff)
downloadSTC-modified-da4d127cbd65c35fee03411df66eadd34e7a999b.tar.gz
STC-modified-da4d127cbd65c35fee03411df66eadd34e7a999b.zip
Renamed chash.h to cmap.h and added cset.h
Diffstat (limited to 'examples/rngtest.c')
-rw-r--r--examples/rngtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rngtest.c b/examples/rngtest.c
index ed3bed08..c465b5c3 100644
--- a/examples/rngtest.c
+++ b/examples/rngtest.c
@@ -1,6 +1,6 @@
#include <stdio.h>
#include <time.h>
-#include "../stc/crandom.h"
+#include <stc/crandom.h>
#ifdef __cplusplus
#include <random>
#endif