diff options
| author | Masaki Muranaka <[email protected]> | 2013-03-24 15:19:56 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-03-24 15:19:56 +0900 |
| commit | ed2da91d12f0b35d223e03cae91c7556c43fb6f9 (patch) | |
| tree | f3fb4b9b3ebd1aa25bccd4ce3d084892a3b459ad /test | |
| parent | 3401ed7bab639f6c3b820cf7d15b1c7417d4b585 (diff) | |
| download | mruby-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.c | 1 |
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> |
