Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit fb16fb7

Browse files
livecodefraserlivecodeali
authored andcommitted
Fix the MySQL configuration for 64-bit Android
It causes an unnecessary (and non-existent) header to be included. (cherry picked from commit 45d6601)
1 parent a18fe93 commit fb16fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmysql/src/config-android.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#define HAVE_SYS_SOCKET_H 1
3636
#define HAVE_SYS_STAT_H 1
3737
/* #undef HAVE_SYS_STREAM_H */
38-
#define HAVE_SYS_TIMEB_H 1
38+
/* #undef HAVE_SYS_TIMEB_H */
3939
#define HAVE_SYS_TYPES_H 1
4040
#define HAVE_SYS_UN_H 1
4141
#define HAVE_TERMIOS_H 1

0 commit comments

Comments
 (0)