null+****@clear*****
null+****@clear*****
2010年 11月 24日 (水) 12:43:21 JST
Kouhei Sutou 2010-11-24 03:43:21 +0000 (Wed, 24 Nov 2010)
New Revision: f4b1695cde3ac4a75639e971e85b0dc8434a1d29
Log:
fix include path.
Modified files:
bindings/python/ql/groongaql.c
Modified: bindings/python/ql/groongaql.c (+1 -1)
===================================================================
--- bindings/python/ql/groongaql.c 2010-11-24 03:16:41 +0000 (259cc4d)
+++ bindings/python/ql/groongaql.c 2010-11-24 03:43:21 +0000 (2072393)
@@ -15,7 +15,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <Python.h>
-#include <groonga/groonga.h>
+#include <groonga.h>
/* TODO: use exception */