minor: update include paths

This commit is contained in:
Mike Dirolf 2009-07-20 15:22:08 -04:00
parent b934c997f9
commit 5a6a8d29a5
1 changed files with 2 additions and 3 deletions

View File

@ -21,8 +21,8 @@
*/
#include "ruby.h"
#include "st.h"
#include "regex.h"
#include "ruby/st.h"
#include "ruby/regex.h"
#include <assert.h>
#include <math.h>
@ -536,7 +536,6 @@ static VALUE get_value(const char* buffer, int* position, int type) {
VALUE argv[2];
memcpy(&length, buffer + *position, 4);
subtype = (unsigned char)buffer[*position + 4];
data;
if (subtype == 2) {
data = rb_str_new(buffer + *position + 9, length - 4);
} else {