1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

renamed ma_errmsg.h back to errmsg.h

This commit is contained in:
Georg Richter
2016-11-16 18:13:59 +01:00
parent a499722377
commit 967b2830d8
21 changed files with 22 additions and 22 deletions

View File

@@ -23,7 +23,7 @@
#include "ma_global.h"
#include "ma_sys.h"
#include "mysql.h"
#include "ma_errmsg.h"
#include "errmsg.h"
#ifndef LIBMARIADB
#include "sql_common.h"
#else