summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-07-28 20:42:16 +0200
committerZach Hilman <zachhilman@gmail.com>2018-08-01 06:16:54 +0200
commit83c3ae8be87463486239246a93f9dadf5d2b27bd (patch)
treeeabdc536609b8787348bfda923c06000e3f40aeb
parentUpdate mbedtls and fix compile error (diff)
downloadyuzu-83c3ae8be87463486239246a93f9dadf5d2b27bd.tar
yuzu-83c3ae8be87463486239246a93f9dadf5d2b27bd.tar.gz
yuzu-83c3ae8be87463486239246a93f9dadf5d2b27bd.tar.bz2
yuzu-83c3ae8be87463486239246a93f9dadf5d2b27bd.tar.lz
yuzu-83c3ae8be87463486239246a93f9dadf5d2b27bd.tar.xz
yuzu-83c3ae8be87463486239246a93f9dadf5d2b27bd.tar.zst
yuzu-83c3ae8be87463486239246a93f9dadf5d2b27bd.zip
-rw-r--r--src/core/crypto/ctr_encryption_layer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/crypto/ctr_encryption_layer.cpp b/src/core/crypto/ctr_encryption_layer.cpp
index 8799496e2..6a0d396ed 100644
--- a/src/core/crypto/ctr_encryption_layer.cpp
+++ b/src/core/crypto/ctr_encryption_layer.cpp
@@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#include <string.h>
#include "common/assert.h"
#include "core/crypto/ctr_encryption_layer.h"