]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_config_mysql: Avoid the header mysql_version.h.
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 22 Jan 2018 15:18:51 +0000 (16:18 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Mon, 22 Jan 2018 15:19:55 +0000 (09:19 -0600)
ASTERISK-27607

Change-Id: I23d00ded955c4afd5f2c3c9dc96dcb48b3f74eec

addons/res_config_mysql.c

index 776257e6ddb557e5ba3666463d16986116324b16..1bb3a164582a81ca2896a2cafdc1ab1ed8005315 100644 (file)
@@ -35,7 +35,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 #include <sys/stat.h>
 
 #include <mysql/mysql.h>
-#include <mysql/mysql_version.h>
 #include <mysql/errmsg.h>
 
 #include "asterisk/channel.h"