Repository: lucy
Updated Branches:
  refs/heads/master 590fef045 -> 87f3fb03a


Fix RegexTokenizer in C bindings

Add missing charmony.h include. Fixes LUCY-270.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/c8b648fd
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/c8b648fd
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/c8b648fd

Branch: refs/heads/master
Commit: c8b648fdccd2a769f1a96673b34d8f8490e5b386
Parents: 590fef0
Author: Nick Wellnhofer <[email protected]>
Authored: Tue Sep 16 16:35:39 2014 +0200
Committer: Nick Wellnhofer <[email protected]>
Committed: Tue Sep 16 16:35:39 2014 +0200

----------------------------------------------------------------------
 c/src/Lucy/Analysis/RegexTokenizer.c | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/c8b648fd/c/src/Lucy/Analysis/RegexTokenizer.c
----------------------------------------------------------------------
diff --git a/c/src/Lucy/Analysis/RegexTokenizer.c 
b/c/src/Lucy/Analysis/RegexTokenizer.c
index ab51012..a811979 100644
--- a/c/src/Lucy/Analysis/RegexTokenizer.c
+++ b/c/src/Lucy/Analysis/RegexTokenizer.c
@@ -20,6 +20,8 @@
 
 #include <string.h>
 
+#include "charmony.h"
+
 #include "Lucy/Analysis/RegexTokenizer.h"
 #include "Clownfish/String.h"
 #include "Clownfish/Err.h"

Reply via email to