Navigation Menu

Skip to content

Commit

Permalink
mysql57: use sql_const.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 12, 2015
1 parent 4af011f commit 0d5a72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrn_mysql.h
Expand Up @@ -47,7 +47,7 @@
# include <mysql_priv.h>
# include <mysql/plugin.h>
#else
# include <sql_priv.h>
# include <sql_const.h>
# include <sql_class.h>
# include <probes_mysql.h>
# include <sql_partition.h>
Expand Down

0 comments on commit 0d5a72b

Please sign in to comment.