mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Fix includes of bif.h and _pac.h files to use full paths inside build directory
This commit is contained in:
parent
133ab55c91
commit
5589484f26
135 changed files with 208 additions and 209 deletions
|
@ -3,8 +3,8 @@
|
|||
#include "zeek/analyzer/protocol/krb/KRB_TCP.h"
|
||||
#include "zeek/analyzer/protocol/tcp/TCP_Reassembler.h"
|
||||
|
||||
#include "types.bif.h"
|
||||
#include "events.bif.h"
|
||||
#include "analyzer/protocol/krb/types.bif.h"
|
||||
#include "analyzer/protocol/krb/events.bif.h"
|
||||
|
||||
namespace zeek::analyzer::krb_tcp {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue