Repository: lucy
Updated Branches:
  refs/heads/0.4 647973cee -> c4687f393


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/10f7a664
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/10f7a664
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/10f7a664

Branch: refs/heads/0.4
Commit: 10f7a6647b32c439e6b6dac718d0f2ad4d54e3d5
Parents: 647973c
Author: Nick Wellnhofer <[email protected]>
Authored: Tue Sep 16 16:35:39 2014 +0200
Committer: Nick Wellnhofer <[email protected]>
Committed: Tue Sep 16 16:45:50 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/lucy/blob/10f7a664/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