summaryrefslogtreecommitdiffhomepage
path: root/src/dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dump.c')
-rwxr-xr-x[-rw-r--r--]src/dump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dump.c b/src/dump.c
index 209b0d369..b4a6e9382 100644..100755
--- a/src/dump.c
+++ b/src/dump.c
@@ -12,6 +12,8 @@
#include "mruby/irep.h"
#include "mruby/numeric.h"
+int sprintf(char*, const char*, ...);
+
static size_t
get_irep_record_size(mrb_state *mrb, mrb_irep *irep);