1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +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

@@ -28,7 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "ma_getopt.h"
#include <memory.h>
#include <string.h>
#include <ma_errmsg.h>
#include <errmsg.h>
#include <stdlib.h>
#ifndef WIN32