summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2013-03-24 15:19:56 +0900
committerMasaki Muranaka <[email protected]>2013-03-24 15:19:56 +0900
commited2da91d12f0b35d223e03cae91c7556c43fb6f9 (patch)
treef3fb4b9b3ebd1aa25bccd4ce3d084892a3b459ad /test
parent3401ed7bab639f6c3b820cf7d15b1c7417d4b585 (diff)
downloadmruby-ed2da91d12f0b35d223e03cae91c7556c43fb6f9.tar.gz
mruby-ed2da91d12f0b35d223e03cae91c7556c43fb6f9.zip
Add stdio.h. This is just for now. We should discuss about remote tests later.
Diffstat (limited to 'test')
-rw-r--r--test/driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/driver.c b/test/driver.c
index acf79df05..a55e1180f 100644
--- a/test/driver.c
+++ b/test/driver.c
@@ -6,6 +6,7 @@
*/
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>