]> 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:20:05 +0000 (09:20 -0600)
ASTERISK-27607

Change-Id: I23d00ded955c4afd5f2c3c9dc96dcb48b3f74eec

addons/res_config_mysql.c

index 43ca5fcf7a38d93946e4441661bbfaf3e9b8db0c..ae4348500eb19551d7a5fc616056c7cd125afd98 100644 (file)
@@ -33,7 +33,6 @@
 #include <sys/stat.h>
 
 #include <mysql/mysql.h>
-#include <mysql/mysql_version.h>
 #include <mysql/errmsg.h>
 
 #include "asterisk/channel.h"