use ruby/ include paths - really wish this would be somehow standardized for different ruby installations
This commit is contained in:
parent
3185578348
commit
3d6942c257
@ -21,8 +21,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ruby.h"
|
#include "ruby.h"
|
||||||
#include "st.h"
|
#include "ruby/st.h"
|
||||||
#include "regex.h"
|
#include "ruby/regex.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user