Skip to content

Commit 73c355a

Browse files
committed
Move fcntl.h from mysql2_ext.h to infile.c
1 parent 7899a60 commit 73c355a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ext/mysql2/infile.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include <errno.h>
44
#include <unistd.h>
5+
#include <fcntl.h>
56

67
#define ERROR_LEN 1024
78
typedef struct

ext/mysql2/mysql2_ext.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
we'll never modify the pointers we get back from RSTRING_PTR */
77
#define RSTRING_NOT_MODIFIED
88
#include <ruby.h>
9-
#include <fcntl.h>
109

1110
#ifndef HAVE_UINT
1211
#define HAVE_UINT

0 commit comments

Comments
 (0)