diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-21 14:55:44 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-21 14:55:44 +0900 |
| commit | 33deeae9ebd7d6d33a8f985299a0e16090cfbf62 (patch) | |
| tree | f81e1aafa0334e8a792800751cc22672eeb3de23 /mrbgems/mruby-bin-debugger | |
| parent | 438d114917af8b404c79fc94ec86f414a4ae6d60 (diff) | |
| parent | 6c5ccd5abe4e37ea981a28980ea6fc453a842610 (diff) | |
| download | mruby-33deeae9ebd7d6d33a8f985299a0e16090cfbf62.tar.gz mruby-33deeae9ebd7d6d33a8f985299a0e16090cfbf62.zip | |
Merge branch 'shuujii-avoid-including-presym.inc-in-existing-header-files'
Diffstat (limited to 'mrbgems/mruby-bin-debugger')
| -rw-r--r-- | mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c b/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c index e18dbcbfc..9093a4f0e 100644 --- a/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c +++ b/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c @@ -11,6 +11,7 @@ #include <mruby/error.h> #include <mruby/numeric.h> #include <mruby/string.h> +#include <mruby/presym.h> #include "apiprint.h" static void |
