Skip to content

Commit b257097

Browse files
committed
make sure uint64_t is defined
1 parent 69be46c commit b257097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/mysql2/result.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <mysql2_ext.h>
2+
#include <stdint.h>
23

34
#ifdef HAVE_RUBY_ENCODING_H
45
static rb_encoding *binaryEncoding;

0 commit comments

Comments
 (0)