[Groonga-commit] groonga/groonga [master] Add missing string.h include for memcmp()

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 1日 (日) 17:13:38 JST


Kouhei Sutou	2012-07-01 17:13:38 +0900 (Sun, 01 Jul 2012)

  New Revision: b1e1c684bff586ac75da30ddc623e78991f06039
  https://github.com/groonga/groonga/commit/b1e1c684bff586ac75da30ddc623e78991f06039

  Log:
    Add missing string.h include for memcmp()

  Modified files:
    plugins/table/table.c

  Modified: plugins/table/table.c (+2 -0)
===================================================================
--- plugins/table/table.c    2012-07-01 13:48:19 +0900 (46ad869)
+++ plugins/table/table.c    2012-07-01 17:13:38 +0900 (3aeb0a8)
@@ -15,6 +15,8 @@
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
+#include <string.h>
+
 #include "ctx.h"
 #include "db.h"
 #include "output.h"
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index