Navigation Menu

Skip to content

Commit

Permalink
Fixed include path of groonga.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunyarakun committed Aug 2, 2010
1 parent 566fa2d commit 76a2d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrnsys.h
@@ -1,7 +1,7 @@
#ifndef _mrn_util_h
#define _mrn_util_h

#include <groonga.h>
#include <groonga/groonga.h>

/* constants */
#define MRN_PACKAGE_STRING "mroonga 0.1"
Expand Down

0 comments on commit 76a2d51

Please sign in to comment.