Navigation Menu

Skip to content

Commit

Permalink
fix groonga.h include path.
Browse files Browse the repository at this point in the history
Patch by とみたまさひろ. Thanks!!!
  • Loading branch information
kou committed Sep 9, 2010
1 parent 93ac0e7 commit d9cc32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrnsys.h
Expand Up @@ -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"
Expand Down

0 comments on commit d9cc32a

Please sign in to comment.