summaryrefslogtreecommitdiffstats
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
commit84bb36e26d60c65def771c65d9fb2e1dbbde20b1 (patch)
tree74476118e4ba3aaa2820703e91d81d8348b74fa7 /debug.c
parentfd22933c3d60c1fca8300ec6de920be34a0338df (diff)
downloadruby-84bb36e26d60c65def771c65d9fb2e1dbbde20b1.tar.gz
ruby-84bb36e26d60c65def771c65d9fb2e1dbbde20b1.tar.xz
ruby-84bb36e26d60c65def771c65d9fb2e1dbbde20b1.zip
* common.mk (bin): add more dependency. a patch from Tadashi
Saito <shiba at mail2.accsnet.ne.jp>. [ruby-dev:30245] git-svn-id: http://svn.ruby-lang.org/repos/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 c143046fe..a467967f5 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)