]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't explicitly include mysql_version
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 1 Mar 2018 04:25:47 +0000 (10:25 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 1 Mar 2018 04:26:00 +0000 (10:26 +0600)
src/modules/rlm_sql/drivers/rlm_sql_mysql/rlm_sql_mysql.c

index 880d8be0c2a8cf8b6cde8ee7bb2a57973c29024f..bcb9907bb3d10584fc47c6914e3e499ede837835 100644 (file)
@@ -36,14 +36,12 @@ RCSID("$Id$")
 #include "config.h"
 
 #ifdef HAVE_MYSQL_MYSQL_H
-#  include <mysql/mysql_version.h>
 #  include <mysql/errmsg.h>
 DIAG_OFF(strict-prototypes)    /* Seen with homebrew mysql client 5.7.13 */
 #  include <mysql.h>
 DIAG_ON(strict-prototypes)
 #  include <mysql/mysqld_error.h>
 #elif defined(HAVE_MYSQL_H)
-#  include <mysql_version.h>
 #  include <errmsg.h>
 DIAG_OFF(strict-prototypes)    /* Seen with homebrew mysql client 5.7.13 */
 #  include <mysql.h>