ext/mysql2/mysql2_ext.h in mysql2-0.2.22 vs ext/mysql2/mysql2_ext.h in mysql2-0.2.23
- old
+ new
@@ -4,10 +4,9 @@
/* tell rbx not to use it's caching compat layer
by doing this we're making a promise to RBX that
we'll never modify the pointers we get back from RSTRING_PTR */
#define RSTRING_NOT_MODIFIED
#include <ruby.h>
-#include <fcntl.h>
#ifndef HAVE_UINT
#define HAVE_UINT
typedef unsigned short ushort;
typedef unsigned int uint;