mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +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
|
@ -9,7 +9,7 @@
|
|||
#include "zeek/file_analysis/analyzer/x509/X509.h"
|
||||
#include "zeek/net_util.h"
|
||||
|
||||
#include "types.bif.h"
|
||||
#include "file_analysis/analyzer/x509/types.bif.h"
|
||||
|
||||
// construct an error record
|
||||
static zeek::RecordValPtr x509_result_record(uint64_t num, const char* reason, zeek::ValPtr chainVector = nullptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue