From ad543a4803cc1df97288876c0a354bfdc05c7069 Mon Sep 17 00:00:00 2001 From: Michael Dopheide Date: Thu, 20 Jun 2024 17:05:03 -0500 Subject: [PATCH] Fixes build error of OpenVPN spicy plugin --- src/spicy/runtime-support.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spicy/runtime-support.h b/src/spicy/runtime-support.h index 3c82f3004c..9b148bb4aa 100644 --- a/src/spicy/runtime-support.h +++ b/src/spicy/runtime-support.h @@ -21,8 +21,8 @@ #include #include -#include "IntrusivePtr.h" -#include "Type.h" +#include "zeek/IntrusivePtr.h" +#include "zeek/Type.h" #include "zeek/Desc.h" #include "zeek/Val.h" #include "zeek/spicy/cookie.h"