Repository: lucy-clownfish Updated Branches: refs/heads/master 5469b104f -> 74c68d925
Fix #include Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/2e04fad1 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/2e04fad1 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/2e04fad1 Branch: refs/heads/master Commit: 2e04fad1292e60c8a11d5e8ff0bea764ba13ae9b Parents: 5469b10 Author: Nick Wellnhofer <[email protected]> Authored: Sat Jul 11 15:06:45 2015 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sat Jul 11 15:06:45 2015 +0200 ---------------------------------------------------------------------- runtime/core/Clownfish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/2e04fad1/runtime/core/Clownfish.c ---------------------------------------------------------------------- diff --git a/runtime/core/Clownfish.c b/runtime/core/Clownfish.c index d66a108..37baead 100644 --- a/runtime/core/Clownfish.c +++ b/runtime/core/Clownfish.c @@ -14,7 +14,7 @@ * limitations under the License. */ -#include "Clownfish/Num.h" +#include "Clownfish/Boolean.h" #include "Clownfish/Hash.h" #include "Clownfish/HashIterator.h" #include "Clownfish/Err.h"
