summaryrefslogtreecommitdiff
path: root/lib/nettle/mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/mac.c')
-rw-r--r--lib/nettle/mac.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/nettle/mac.c b/lib/nettle/mac.c
index cfa37e3479..eafba8fcc3 100644
--- a/lib/nettle/mac.c
+++ b/lib/nettle/mac.c
@@ -23,9 +23,9 @@
/* This file provides the backend hash/mac API for nettle.
*/
-#include <gnutls_int.h>
-#include <gnutls_hash_int.h>
-#include <gnutls_errors.h>
+#include "gnutls_int.h"
+#include <hash_int.h>
+#include "errors.h"
#include <nettle/md5.h>
#include <nettle/md2.h>
#include <nettle/sha.h>