aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-02 14:41:50 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-02 14:41:50 +0000
commit6cee897b59eafc2d8e2d4390f9f60f1e89e8733d (patch)
tree74476118e4ba3aaa2820703e91d81d8348b74fa7 /debug.c
parent6e0fed271c1d2e6f2b13b99d89d43e7d00e81472 (diff)
downloadruby-6cee897b59eafc2d8e2d4390f9f60f1e89e8733d.tar.gz
* common.mk (bin): add more dependency. a patch from Tadashi
Saito <shiba at mail2.accsnet.ne.jp>. [ruby-dev:30245] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index c143046fe7..a467967f54 100644
--- a/debug.c
+++ b/debug.c
@@ -11,6 +11,7 @@
**********************************************************************/
#include "ruby.h"
+#include "debug.h"
void
debug_indent(int level, int debug_level, int indent_level)