mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fixes build error of OpenVPN spicy plugin
This commit is contained in:
parent
b5206f818a
commit
ad543a4803
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
||||||
#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 "zeek/IntrusivePtr.h"
|
||||||
#include "Type.h"
|
#include "zeek/Type.h"
|
||||||
#include "zeek/Desc.h"
|
#include "zeek/Desc.h"
|
||||||
#include "zeek/Val.h"
|
#include "zeek/Val.h"
|
||||||
#include "zeek/spicy/cookie.h"
|
#include "zeek/spicy/cookie.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue