Changeset: 6908fe331430 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6908fe331430 Modified Files: monetdb5/mal/mal_debugger.c Branch: default Log Message:
Fix compilation issue diffs (11 lines): diff --git a/monetdb5/mal/mal_debugger.c b/monetdb5/mal/mal_debugger.c --- a/monetdb5/mal/mal_debugger.c +++ b/monetdb5/mal/mal_debugger.c @@ -18,6 +18,7 @@ #include "mal_interpreter.h" /* for getArgReference() */ #include "mal_linker.h" /* for getAddress() */ #include "mal_listing.h" +#include "mal_function.h" #include "mal_module.h" /* for showModuleStatistics() */ #include "mal_parser.h" #include "mal_namespace.h" _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
