lib:crypto: Fix path to header file in gnutls_helpers.h
authorAndreas Schneider <asn@samba.org>
Fri, 5 Jul 2019 14:28:27 +0000 (16:28 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 9 Jul 2019 12:16:11 +0000 (12:16 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14031

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/crypto/gnutls_helpers.h

index b8288c25649432564ac3ead6c43d6df4a37f2117..7c950c79525d319e1a329d2ed0fbc09f56cd9533 100644 (file)
@@ -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,