[Groonga-mysql-commit] mroonga/mroonga at 3f71f3a [master] Include limits.h for PATH_MAX on Linux

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 21 20:27:39 JST 2015


Kouhei Sutou	2015-02-21 20:27:39 +0900 (Sat, 21 Feb 2015)

  New Revision: 3f71f3a75efc8561d79bb417df9a786b6542f078
  https://github.com/mroonga/mroonga/commit/3f71f3a75efc8561d79bb417df9a786b6542f078

  Message:
    Include limits.h for PATH_MAX on Linux

  Modified files:
    mrn_constants.hpp

  Modified: mrn_constants.hpp (+2 -0)
===================================================================
--- mrn_constants.hpp    2015-02-21 19:29:25 +0900 (494e087)
+++ mrn_constants.hpp    2015-02-21 20:27:39 +0900 (5bc6da6)
@@ -22,6 +22,8 @@
 #ifndef MRN_CONSTANTS_HPP_
 #define MRN_CONSTANTS_HPP_
 
+#include <limits.h>
+
 #include <groonga.h>
 
 #define MRN_BUFFER_SIZE 1024
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index