git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit cbe335aadd1e8c3ec57ebf0943ddccaf77af0f37

make sure ruby.h is included

Aaron Patterson committed on 9/12/2011, 8:33:33 PM
Parent: 1e19f570999a68bf5fbf52078bb394acd6c53db6

Files changed

ext/mri/wrapper.cchanged
ext/mri/wrapper.cView
@@ -22,8 +22,9 @@
2222 #include <pthread.h>
2323 #endif
2424 #endif
2525
26+#include <ruby.h>
2627 #include <util.h>
2728
2829 #define CRYPT_OUTPUT_SIZE (7 + 22 + 31 + 1)
2930 #define CRYPT_GENSALT_OUTPUT_SIZE (7 + 22 + 1)

Built with git-ssb-web