From a31a40b41a18ae09a4e2e76f41c95b011ed30bea Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 5 Jul 2019 16:28:27 +0200 Subject: [PATCH] lib:crypto: Fix path to header file in gnutls_helpers.h BUG: https://bugzilla.samba.org/show_bug.cgi?id=14031 Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- lib/crypto/gnutls_helpers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/crypto/gnutls_helpers.h b/lib/crypto/gnutls_helpers.h index b8288c25649..7c950c79525 100644 --- a/lib/crypto/gnutls_helpers.h +++ b/lib/crypto/gnutls_helpers.h @@ -18,8 +18,8 @@ #ifndef _GNUTLS_HELPERS_H #define _GNUTLS_HELPERS_H -#include "ntstatus.h" -#include "werror.h" +#include "libcli/util/ntstatus.h" +#include "libcli/util/werror.h" NTSTATUS _gnutls_error_to_ntstatus(int gnutls_rc, NTSTATUS blocked_status, -- 2.47.3