null+****@clear*****
null+****@clear*****
2010年 9月 9日 (木) 22:57:03 JST
Kouhei Sutou 2010-09-09 13:57:03 +0000 (Thu, 09 Sep 2010)
New Revision: d9cc32ad89ea02ff3548cf33bf278f1bf3769081
Log:
fix groonga.h include path.
Patch by とみたまさひろ. Thanks!!!
Modified files:
mrnsys.h
Modified: mrnsys.h (+1 -1)
===================================================================
--- mrnsys.h 2010-09-09 08:50:31 +0000 (382888c)
+++ mrnsys.h 2010-09-09 13:57:03 +0000 (937d2ce)
@@ -18,7 +18,7 @@
#ifndef _mrn_util_h
#define _mrn_util_h
-#include <groonga/groonga.h>
+#include <groonga.h>
/* constants */
#define MRN_PACKAGE_STRING "mroonga 0.1"