diff options
Diffstat (limited to 'ext/syck/bytecode.c')
-rw-r--r-- | ext/syck/bytecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/syck/bytecode.c b/ext/syck/bytecode.c index 567aaf52a..314ef229f 100644 --- a/ext/syck/bytecode.c +++ b/ext/syck/bytecode.c @@ -8,7 +8,7 @@ * * Copyright (C) 2003 why the lucky stiff */ -#include "ruby.h" +#include "ruby/ruby.h" #include "syck.h" #include "gram.h" |