From 309f59a5c8098d19a378f08e414b9dc94fc55085 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Mon, 8 Jul 2013 11:28:07 +0400 Subject: [PATCH] =?UTF-8?q?Fixing=20warnings:=20-=20no=20previous=20declar?= =?UTF-8?q?ation=20for=20=E2=80=98const=20char*=20PLGtoMYSQLtype=20-=20no?= =?UTF-8?q?=20previous=20declaration=20for=20=E2=80=98int=20MYSQLtoPLG(int?= =?UTF-8?q?)=E2=80=99=20-=20no=20previous=20declaration=20for=20=E2=80=98c?= =?UTF-8?q?har*=20MyDateFmt(int)=E2=80=99=20-=20no=20previous=20declaratio?= =?UTF-8?q?n=20for=20=E2=80=98char*=20MyDateFmt(char*)=E2=80=99=20-=20no?= =?UTF-8?q?=20previous=20declaration=20for=20=E2=80=98int=20MYSQLtoPLG(cha?= =?UTF-8?q?r*)=E2=80=99=20-=20no=20previous=20declaration=20for=20?= =?UTF-8?q?=E2=80=98enum=5Ffield=5Ftypes=20PLGtoMYSQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit modified: storage/connect/myutil.cpp --- storage/connect/myutil.cpp | 1 + 1 file changed, 1 insertion(+) 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 /************************************************************************/