diff --git a/tools/bifcl/builtin-func.y b/tools/bifcl/builtin-func.y index 36a47cfcca..0688f16611 100644 --- a/tools/bifcl/builtin-func.y +++ b/tools/bifcl/builtin-func.y @@ -288,7 +288,7 @@ static void print_event_c_body(FILE* fp, bool smart) } } - fprintf(fp, "\t },\n\t SOURCE_LOCAL, analyzer->GetID()"); + fprintf(fp, "\t },\n\t zeek::util::detail::SOURCE_LOCAL, analyzer->GetID()"); if ( connection_arg ) // Pass the connection to the EventMgr as the "cookie"