mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05: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
|
@ -10,10 +10,10 @@
|
|||
|
||||
#include "zeek/Reporter.h"
|
||||
|
||||
#include "x509-extension_pac.h"
|
||||
#include "events.bif.h"
|
||||
#include "ocsp_events.bif.h"
|
||||
#include "types.bif.h"
|
||||
#include "file_analysis/analyzer/x509/x509-extension_pac.h"
|
||||
#include "file_analysis/analyzer/x509/events.bif.h"
|
||||
#include "file_analysis/analyzer/x509/ocsp_events.bif.h"
|
||||
#include "file_analysis/analyzer/x509/types.bif.h"
|
||||
|
||||
namespace zeek::file_analysis::detail {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue