diff options
Diffstat (limited to 'prism_xallocator.h')
| -rw-r--r-- | prism_xallocator.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/prism_xallocator.h b/prism_xallocator.h new file mode 100644 index 0000000000..b1fcce48d8 --- /dev/null +++ b/prism_xallocator.h @@ -0,0 +1,6 @@ +#ifndef PRISM_XALLOCATOR_H +#define PRISM_XALLOCATOR_H + +#include "ruby/internal/xmalloc.h" + +#endif /* PRISM_XALLOCATOR_H */ |
