Kouhei Sutou
null+****@clear*****
Sun Apr 29 15:41:04 JST 2018
Kouhei Sutou 2018-04-29 15:41:04 +0900 (Sun, 29 Apr 2018) New Revision: 9a351a484aff03ed4d514ce1238c0c5423ea2565 https://github.com/mroonga/mroonga/commit/9a351a484aff03ed4d514ce1238c0c5423ea2565 Message: mysql8.0: include headers for stat() explicitly Modified files: lib/mrn_database_manager.cpp Modified: lib/mrn_database_manager.cpp (+4 -1) =================================================================== --- lib/mrn_database_manager.cpp 2018-04-29 15:37:51 +0900 (d52d2639) +++ lib/mrn_database_manager.cpp 2018-04-29 15:41:04 +0900 (dd581eb2) @@ -2,7 +2,7 @@ /* Copyright(C) 2010 Tetsuro IKEDA Copyright(C) 2010-2013 Kentoku SHIBA - Copyright(C) 2011-2015 Kouhei Sutou <kou �� clear-code.com> + Copyright(C) 2011-2018 Kouhei Sutou <kou �� clear-code.com> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -31,6 +31,9 @@ // for debug #define MRN_CLASS_NAME "mrn::DatabaseManager" +#include <sys/types.h> +#include <sys/stat.h> + #ifdef WIN32 # include <direct.h> # define MRN_MKDIR(pathname, mode) _mkdir((pathname)) -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180429/d9734d94/attachment-0001.htm