]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:krb5_wrap: Include missing headers
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 27 Sep 2023 00:13:39 +0000 (13:13 +1300)
committerJoseph Sutton <jsutton@samba.org>
Sun, 1 Oct 2023 22:45:38 +0000 (22:45 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/krb5_wrap/krb5_samba.h

index 82f66f51815d90f383d3a14c173fadb76178c5f2..7b9d8fd145c9cffa1d27315f26becdc9f752accb 100644 (file)
@@ -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! */