mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge branch 'topic/dopheide/runtime-includes' of github.com:/dopheide-esnet/zeek
* 'topic/dopheide/runtime-includes' of github.com:/dopheide-esnet/zeek: Fixes build error of OpenVPN spicy plugin
This commit is contained in:
commit
398b41af5a
3 changed files with 7 additions and 3 deletions
4
CHANGES
4
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
|
7.0.0-dev.392 | 2024-06-20 15:51:42 +0200
|
||||||
|
|
||||||
* Spicy: Provide runtime API to access Zeek-side globals. (Robin Sommer, Corelight)
|
* Spicy: Provide runtime API to access Zeek-side globals. (Robin Sommer, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
7.0.0-dev.392
|
7.0.0-dev.394
|
||||||
|
|
|
@ -21,9 +21,9 @@
|
||||||
#include <hilti/rt/types/all.h>
|
#include <hilti/rt/types/all.h>
|
||||||
#include <hilti/rt/util.h>
|
#include <hilti/rt/util.h>
|
||||||
|
|
||||||
#include "IntrusivePtr.h"
|
|
||||||
#include "Type.h"
|
|
||||||
#include "zeek/Desc.h"
|
#include "zeek/Desc.h"
|
||||||
|
#include "zeek/IntrusivePtr.h"
|
||||||
|
#include "zeek/Type.h"
|
||||||
#include "zeek/Val.h"
|
#include "zeek/Val.h"
|
||||||
#include "zeek/spicy/cookie.h"
|
#include "zeek/spicy/cookie.h"
|
||||||
#include "zeek/spicy/manager.h"
|
#include "zeek/spicy/manager.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue