From a7c2dd205685cd5fc6c7d4d8fe762321d4051b07 Mon Sep 17 00:00:00 2001 From: Sander Mertens Date: Mon, 30 Nov 2015 01:18:58 -0500 Subject: [PATCH] #409 Forgot include --- packages/corto/lang/src/corto.c | 2 +- tools/corto/src/cortotool_help.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/corto/lang/src/corto.c b/packages/corto/lang/src/corto.c index 345f5e95..c984bcd6 100644 --- a/packages/corto/lang/src/corto.c +++ b/packages/corto/lang/src/corto.c @@ -4,7 +4,7 @@ * Created on: Aug 2, 2012 * Author: sander */ -#define corto_lang_LIB + #include "corto__bootstrap.h" #include "corto_util.h" #include "corto_err.h" diff --git a/tools/corto/src/cortotool_help.c b/tools/corto/src/cortotool_help.c index 6be0aeed..0a8f2d09 100644 --- a/tools/corto/src/cortotool_help.c +++ b/tools/corto/src/cortotool_help.c @@ -3,6 +3,7 @@ #include "cortotool_install.h" #include "cortotool_package.h" #include "cortotool_create.h" +#include "cortotool_publish.h" #include "cortotool_run.h" #include "cortotool_shell.h" #include "cortotool_test.h"