summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-random
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/mruby-random')
-rw-r--r--mrbgems/mruby-random/src/random.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/mruby-random/src/random.c b/mrbgems/mruby-random/src/random.c
index 7ae706c86..0cefb9ed0 100644
--- a/mrbgems/mruby-random/src/random.c
+++ b/mrbgems/mruby-random/src/random.c
@@ -10,6 +10,7 @@
#include <mruby/data.h>
#include <mruby/array.h>
#include <mruby/istruct.h>
+#include <mruby/presym.h>
#include <time.h>