]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
mysql_version.h should not be included by clients
authorNick Porter <nick@portercomputing.co.uk>
Thu, 1 Aug 2024 14:04:22 +0000 (15:04 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 1 Aug 2024 14:06:05 +0000 (15:06 +0100)
src/modules/rlm_sql/drivers/rlm_sql_mysql/rlm_sql_mysql.c

index 2f51e0a623a3c0a5ca89161614c31417f349f64f..06f5dc96a918d70d3272f6adaf316f88f3dec54a 100644 (file)
@@ -34,12 +34,10 @@ RCSID("$Id$")
 #include "config.h"
 
 #ifdef HAVE_MYSQL_MYSQL_H
-#  include <mysql/mysql_version.h>
 #  include <mysql/errmsg.h>
 #  include <mysql/mysql.h>
 #  include <mysql/mysqld_error.h>
 #elif defined(HAVE_MYSQL_H)
-#  include <mysql_version.h>
 #  include <errmsg.h>
 #  include <mysql.h>
 #  include <mysqld_error.h>