diff --git a/CHANGES b/CHANGES index b15d94efbe..6f84b5cd8d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +7.0.0-dev.394 | 2024-06-20 17:28:11 -0700 + + * Add "zeek/" prefixes to includes in spicy/runtime-support.h (Michael Dopheide) + 7.0.0-dev.392 | 2024-06-20 15:51:42 +0200 * Spicy: Provide runtime API to access Zeek-side globals. (Robin Sommer, Corelight) diff --git a/VERSION b/VERSION index 8ac63579b1..7a1661c7c9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.0.0-dev.392 +7.0.0-dev.394 diff --git a/src/spicy/runtime-support.h b/src/spicy/runtime-support.h index 3c82f3004c..9ffef2d9d0 100644 --- a/src/spicy/runtime-support.h +++ b/src/spicy/runtime-support.h @@ -21,9 +21,9 @@ #include #include -#include "IntrusivePtr.h" -#include "Type.h" #include "zeek/Desc.h" +#include "zeek/IntrusivePtr.h" +#include "zeek/Type.h" #include "zeek/Val.h" #include "zeek/spicy/cookie.h" #include "zeek/spicy/manager.h"