We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7899a60 commit 73c355aCopy full SHA for 73c355a
ext/mysql2/infile.c
@@ -2,6 +2,7 @@
2
3
#include <errno.h>
4
#include <unistd.h>
5
+#include <fcntl.h>
6
7
#define ERROR_LEN 1024
8
typedef struct
ext/mysql2/mysql2_ext.h
@@ -6,7 +6,6 @@
we'll never modify the pointers we get back from RSTRING_PTR */
#define RSTRING_NOT_MODIFIED
#include <ruby.h>
9
-#include <fcntl.h>
10
11
#ifndef HAVE_UINT
12
#define HAVE_UINT
0 commit comments