mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Modernize plugin test.
Not using the `zeek/` include style could lead to path problems.
This commit is contained in:
parent
fe8c2c69b5
commit
d8f7329227
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <plugin/Plugin.h>
|
||||
#include <zeek/plugin/Plugin.h>
|
||||
|
||||
namespace btest::plugin::Demo_Hooks
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue