From: Joseph Sutton Date: Wed, 27 Sep 2023 00:13:39 +0000 (+1300) Subject: lib:krb5_wrap: Include missing headers X-Git-Tag: tevent-0.16.0~291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da202eb209226a05b0f0cd21998cfe254be4fd01;p=thirdparty%2Fsamba.git lib:krb5_wrap: Include missing headers Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/lib/krb5_wrap/krb5_samba.h b/lib/krb5_wrap/krb5_samba.h index 82f66f51815..7b9d8fd145c 100644 --- a/lib/krb5_wrap/krb5_samba.h +++ b/lib/krb5_wrap/krb5_samba.h @@ -23,6 +23,9 @@ #ifndef _KRB5_SAMBA_H #define _KRB5_SAMBA_H +#include "lib/util/data_blob.h" +#include "libcli/util/ntstatus.h" + #ifdef HAVE_KRB5 #define KRB5_PRIVATE 1 /* this file uses PRIVATE interfaces! */