summaryrefslogtreecommitdiff
path: root/games-emulation/dolphin/files/dolphin-5.0_p20210506-musl.patch
blob: 51570151c112b7613876980933b51a950275b111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
https://bugs.gentoo.org/799281
https://github.com/dolphin-emu/dolphin/commit/7a1922fd8f0f6686188d179732c9757faf2d1b4f.patch

From 7a1922fd8f0f6686188d179732c9757faf2d1b4f Mon Sep 17 00:00:00 2001
From: thyrc <thyrc@users.noreply.github.com>
Date: Mon, 14 Jun 2021 10:18:34 +0200
Subject: [PATCH] Fix includes for musl libc

---
 Source/Core/Core/MemoryWatcher.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Source/Core/Core/MemoryWatcher.cpp b/Source/Core/Core/MemoryWatcher.cpp
index 491ecd83150a..13843e2021ca 100644
--- a/Source/Core/Core/MemoryWatcher.cpp
+++ b/Source/Core/Core/MemoryWatcher.cpp
@@ -2,6 +2,7 @@
 // Licensed under GPLv2+
 // Refer to the license.txt file included.
 
+#include <cstring>
 #include <fstream>
 #include <iostream>
 #include <sstream>