better initial workflow, thanks to Jon Siwek

This commit is contained in:
Vern Paxson 2021-05-05 18:52:06 -07:00
parent 4a1d5adcf4
commit c116b2b8ad
3 changed files with 11 additions and 11 deletions

View file

@ -313,7 +313,7 @@ void CPPCompile::GenEpilog()
if ( addl_tag > 0 )
return;
Emit("#include \"zeek/script_opt/CPP/CPP-gen-addl.h\"\n");
Emit("#include \"CPP-gen-addl.h\"\n");
Emit("} // zeek::detail");
}