summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Crypto/HMAC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Crypto/HMAC.cpp')
-rw-r--r--Source/Core/Common/Crypto/HMAC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Crypto/HMAC.cpp b/Source/Core/Common/Crypto/HMAC.cpp
index 660817ea75..6313f44e50 100644
--- a/Source/Core/Common/Crypto/HMAC.cpp
+++ b/Source/Core/Common/Crypto/HMAC.cpp
@@ -1,7 +1,7 @@
// Copyright 2023 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
-#include <mbedtls/hmac_drbg.h>
+#include "mbedtls/md.h"
#include "Common/Crypto/HMAC.h"
#include "Common/ScopeGuard.h"