From 36bf482db10bb8418e3f59a7fd078e929e7916de Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sun, 14 Jun 2015 15:51:34 +0200 Subject: MDEV-8285 compile fails under Mac OS X 10.6.8 due to use of strnlen #include where strnlen() is used --- storage/connect/xobject.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'storage/connect/xobject.cpp') diff --git a/storage/connect/xobject.cpp b/storage/connect/xobject.cpp index 92bf039c07c..a6faebf3c2b 100644 --- a/storage/connect/xobject.cpp +++ b/storage/connect/xobject.cpp @@ -11,6 +11,7 @@ /* Include mariaDB header file. */ /***********************************************************************/ #include "my_global.h" +#include "m_string.h" /***********************************************************************/ /* Include required application header files */ -- cgit v1.2.1