From b51430c04e19d9c95f64c8aa507ba93e3db7d4af Mon Sep 17 00:00:00 2001 From: Christian Kreibich Date: Tue, 15 Mar 2022 21:44:15 -0700 Subject: [PATCH] gen-zam: Trivial source tweaks to make it build --- tools/gen-zam/src/Gen-ZAM.cc | 4 ++-- tools/gen-zam/src/Gen-ZAM.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/gen-zam/src/Gen-ZAM.cc b/tools/gen-zam/src/Gen-ZAM.cc index 92948b4d84..aa43d128fb 100644 --- a/tools/gen-zam/src/Gen-ZAM.cc +++ b/tools/gen-zam/src/Gen-ZAM.cc @@ -1,6 +1,6 @@ -// See the file "COPYING" in the main distribution directory for copyright. +// See the file "COPYING" in the toplevel directory for copyright. -#include "zeek/script_opt/ZAM/Gen-ZAM.h" +#include "Gen-ZAM.h" #include #include diff --git a/tools/gen-zam/src/Gen-ZAM.h b/tools/gen-zam/src/Gen-ZAM.h index e5f2eaec4d..d7570a3b52 100644 --- a/tools/gen-zam/src/Gen-ZAM.h +++ b/tools/gen-zam/src/Gen-ZAM.h @@ -1,4 +1,4 @@ -// See the file "COPYING" in the main distribution directory for copyright. +// See the file "COPYING" in the toplevel directory for copyright. // Gen-ZAM is a standalone program that takes as input a file specifying // ZAM operations and from them generates a (large) set of C++ include