From 90f0fae7cc3cbbfddfe817d7eec07a50a21d7d81 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Thu, 17 Apr 2025 16:15:11 -0700 Subject: [PATCH] Use longer path when including krb5.h to match the cmake lookup --- src/analyzer/protocol/krb/KRB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analyzer/protocol/krb/KRB.h b/src/analyzer/protocol/krb/KRB.h index 52c4d791ef..2e737f6d96 100644 --- a/src/analyzer/protocol/krb/KRB.h +++ b/src/analyzer/protocol/krb/KRB.h @@ -7,7 +7,7 @@ #include #ifdef USE_KRB5 -#include +#include #endif #include "analyzer/protocol/krb/krb_pac.h"