diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-02 15:16:22 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-02 15:16:22 -0700 |
| commit | a53f7f185ff8a5313eee8fd22df182cd47d71403 (patch) | |
| tree | 470b17d1c4817bc93aa701bd3fad42c365e85871 | |
| parent | 0026d5ff8259ce18bde1bebf3be938dce1ca2227 (diff) | |
| parent | 514e2717c5f740f35182353a548272d33a4d45c9 (diff) | |
| download | mruby-a53f7f185ff8a5313eee8fd22df182cd47d71403.tar.gz mruby-a53f7f185ff8a5313eee8fd22df182cd47d71403.zip | |
Merge pull request #88 from takahashim/fix-add-header
add header "mruby/data.h" in src/etc.c
| -rw-r--r-- | src/etc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ #include "mruby/string.h" #include "error.h" #include "mruby/numeric.h" +#include "mruby/data.h" #ifndef FALSE #define FALSE 0 |
