From 33d1689fcf252d29a24cf05ca88c6711d682fb2e Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Mon, 13 May 2013 15:57:49 +0400 Subject: Fixing compiler warnings ("no previous declaration for ...") added: storage/connect/rcmsg.h modified: storage/connect/CMakeLists.txt storage/connect/odbconn.cpp storage/connect/plgdbutl.cpp storage/connect/plugutil.c storage/connect/rcmsg.c storage/connect/tabodbc.cpp --- storage/connect/plugutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/connect/plugutil.c') diff --git a/storage/connect/plugutil.c b/storage/connect/plugutil.c index 2c7eaa893b6..12810d74284 100644 --- a/storage/connect/plugutil.c +++ b/storage/connect/plugutil.c @@ -107,7 +107,7 @@ ACTIVITY defActivity = { /* Describes activity and language */ #endif // XMSG || NEWMSG #if defined(UNIX) || defined(UNIV_LINUX) -int GetRcString(int id, char *buf, int bufsize); +#include "rcmsg.h" #endif // UNIX /**************************************************************************/ -- cgit v1.2.1