ext/fast_mmaped_file/mmap.h in prometheus-client-mmap-0.7.0.beta39 vs ext/fast_mmaped_file/mmap.h in prometheus-client-mmap-0.7.0.beta40

- old
+ new

@@ -1,7 +1,9 @@ #ifndef MMAP_H #define MMAP_H +#include <ruby.h> + #define MM_MODIFY 1 #define MM_ORIGIN 2 #define MM_CHANGE (MM_MODIFY | 4) #define MM_PROTECT 8