mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Fix include in X509Common.h
Give full path to Analyzer.h, so that X509Common.h is include-able by plugins.
This commit is contained in:
parent
876c803d75
commit
c83567246e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "Analyzer.h"
|
||||
#include "file_analysis/Analyzer.h"
|
||||
|
||||
#include <openssl/x509.h>
|
||||
#include <openssl/asn1.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue