mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Use longer path when including krb5.h to match the cmake lookup
This commit is contained in:
parent
ce0a6931df
commit
90f0fae7cc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
#ifdef USE_KRB5
|
#ifdef USE_KRB5
|
||||||
#include <krb5.h>
|
#include <krb5/krb5.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "analyzer/protocol/krb/krb_pac.h"
|
#include "analyzer/protocol/krb/krb_pac.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue