aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/hmac_sha512.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/hmac_sha512.h')
-rw-r--r--src/crypto/hmac_sha512.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/hmac_sha512.h b/src/crypto/hmac_sha512.h
index 17dee61ea8..6d3fd59f27 100644
--- a/src/crypto/hmac_sha512.h
+++ b/src/crypto/hmac_sha512.h
@@ -5,7 +5,7 @@
#ifndef BITCOIN_CRYPTO_HMAC_SHA512_H
#define BITCOIN_CRYPTO_HMAC_SHA512_H
-#include "crypto/sha512.h"
+#include <crypto/sha512.h>
#include <stdint.h>
#include <stdlib.h>