mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: Fix #include of RE.h to use zeek/RE.h
This commit is contained in:
parent
c5fe0eaa17
commit
b1101e6e16
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#define binpac_regex_h
|
||||
|
||||
#include "binpac.h"
|
||||
#include "RE.h"
|
||||
#include "zeek/RE.h"
|
||||
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(RE_Matcher, zeek);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue