Kouhei Sutou
null+****@clear*****
Wed Mar 11 18:14:16 JST 2015
Kouhei Sutou 2015-03-11 18:14:16 +0900 (Wed, 11 Mar 2015) New Revision: 6efe04bd679386bc86eab237a114415471f8dabd https://github.com/groonga/groonga/commit/6efe04bd679386bc86eab237a114415471f8dabd Message: Include internal header before public header It's for defining GRN_API correctly. Modified files: lib/scorers.c Modified: lib/scorers.c (+2 -2) =================================================================== --- lib/scorers.c 2015-03-11 18:12:13 +0900 (a80abcb) +++ lib/scorers.c 2015-03-11 18:14:16 +0900 (9ddf5a6) @@ -16,10 +16,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <groonga/scorer.h> - #include "grn_db.h" +#include <groonga/scorer.h> + #include <math.h> static double -------------- next part -------------- HTML����������������������������...Download