You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2013/05/28 19:47:44 UTC

[lucy-commits] [11/19] git commit: refs/heads/separate-clownfish-wip1 - Add some more includes

Add some more includes


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

Branch: refs/heads/separate-clownfish-wip1
Commit: c2eee72f7eb0f855d782c7206e0813cb1a11a431
Parents: 6bc3702
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Mon May 27 19:28:43 2013 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Tue May 28 17:07:28 2013 +0200

----------------------------------------------------------------------
 clownfish/compiler/src/CFCBindCore.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/c2eee72f/clownfish/compiler/src/CFCBindCore.c
----------------------------------------------------------------------
diff --git a/clownfish/compiler/src/CFCBindCore.c b/clownfish/compiler/src/CFCBindCore.c
index 68c9639..6317e75 100644
--- a/clownfish/compiler/src/CFCBindCore.c
+++ b/clownfish/compiler/src/CFCBindCore.c
@@ -402,9 +402,11 @@ S_write_parcel_c(CFCBindCore *self, CFCParcel *parcel) {
         "%s\n"
         "#include \"%sparcel.h\"\n"
         "#include \"callbacks.h\"\n"
-        "#include \"Clownfish/VTable.h\"\n" // Needed for method_ptrs offset.
-        "#include \"Clownfish/VArray.h\"\n" // Needed for dump/load.
-        "#include \"Clownfish/Num.h\"\n"    // Needed for dump/load.
+        "#include \"Clownfish/CharBuf.h\"\n" // Needed for dump/load.
+        "#include \"Clownfish/Err.h\"\n"     // Needed for dump/load.
+        "#include \"Clownfish/Num.h\"\n"     // Needed for dump/load.
+        "#include \"Clownfish/VArray.h\"\n"  // Needed for dump/load.
+        "#include \"Clownfish/VTable.h\"\n"  // Needed for method_ptrs offset.
         "%s\n"
         "\n"
         "%s\n"