From 309f59a5c8098d19a378f08e414b9dc94fc55085 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Mon, 8 Jul 2013 11:28:07 +0400 Subject: =?UTF-8?q?Fixing=20warnings:=20-=20no=20previous=20declaration=20?= =?UTF-8?q?for=20=E2=80=98const=20char*=20PLGtoMYSQLtype=20-=20no=20previo?= =?UTF-8?q?us=20declaration=20for=20=E2=80=98int=20MYSQLtoPLG(int)?= =?UTF-8?q?=E2=80=99=20-=20no=20previous=20declaration=20for=20=E2=80=98ch?= =?UTF-8?q?ar*=20MyDateFmt(int)=E2=80=99=20-=20no=20previous=20declaration?= =?UTF-8?q?=20for=20=E2=80=98char*=20MyDateFmt(char*)=E2=80=99=20-=20no=20?= =?UTF-8?q?previous=20declaration=20for=20=E2=80=98int=20MYSQLtoPLG(char*)?= =?UTF-8?q?=E2=80=99=20-=20no=20previous=20declaration=20for=20=E2=80=98en?= =?UTF-8?q?um=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(+) (limited to 'storage/connect/myutil.cpp') 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 /************************************************************************/ -- cgit v1.2.1