From: Andreas Schneider Date: Fri, 5 Jul 2019 14:28:27 +0000 (+0200) Subject: lib:crypto: Fix path to header file in gnutls_helpers.h X-Git-Tag: talloc-2.3.0~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a31a40b41a18ae09a4e2e76f41c95b011ed30bea;p=thirdparty%2Fsamba.git 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 --- 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,