From 420586beab821baabd43e1ce944aaeb4c30a53ea Mon Sep 17 00:00:00 2001
From: Alexander Traud <pabstraud@compuserve.com>
Date: Mon, 22 Jan 2018 16:18:51 +0100
Subject: [PATCH] res_config_mysql: Avoid the header mysql_version.h.

ASTERISK-27607

Change-Id: I23d00ded955c4afd5f2c3c9dc96dcb48b3f74eec
---
 addons/res_config_mysql.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/addons/res_config_mysql.c b/addons/res_config_mysql.c
index 776257e6dd..1bb3a16458 100644
--- a/addons/res_config_mysql.c
+++ b/addons/res_config_mysql.c
@@ -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"
-- 
GitLab