use ruby/ include paths - really wish this would be somehow standardized for different ruby installations

This commit is contained in:
Mike Dirolf 2009-08-03 11:18:13 -04:00
parent 3185578348
commit 3d6942c257
1 changed files with 2 additions and 2 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>