summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2013-07-08 11:28:07 +0400
committerAlexander Barkov <bar@mariadb.org>2013-07-08 11:28:07 +0400
commit309f59a5c8098d19a378f08e414b9dc94fc55085 (patch)
treecfd8326018a4c91a6588930e523fef7849e6c426
parent6dbc562b5d31a683f772cbbaef5c18aaa22f85a5 (diff)
downloadmariadb-git-309f59a5c8098d19a378f08e414b9dc94fc55085.tar.gz
Fixing warnings:
- no previous declaration for ‘const char* PLGtoMYSQLtype - no previous declaration for ‘int MYSQLtoPLG(int)’ - no previous declaration for ‘char* MyDateFmt(int)’ - no previous declaration for ‘char* MyDateFmt(char*)’ - no previous declaration for ‘int MYSQLtoPLG(char*)’ - no previous declaration for ‘enum_field_types PLGtoMYSQL modified: storage/connect/myutil.cpp
-rw-r--r--storage/connect/myutil.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/myutil.cpp b/storage/connect/myutil.cpp
index 19c478ecbd8..b266b7b79c1 100644
--- a/storage/connect/myutil.cpp
+++ b/storage/connect/myutil.cpp
@@ -23,6 +23,7 @@
#include "plgdbsem.h"
//#include "value.h"
//#include "valblk.h"
+#include "myutil.h"
#define DLL_EXPORT // Items are exported from this DLL
/************************************************************************/