summaryrefslogtreecommitdiff
path: root/emulators/openmsx/patches/patch-src_cpu_MSXCPUInterface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/openmsx/patches/patch-src_cpu_MSXCPUInterface.cc')
-rw-r--r--emulators/openmsx/patches/patch-src_cpu_MSXCPUInterface.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/openmsx/patches/patch-src_cpu_MSXCPUInterface.cc b/emulators/openmsx/patches/patch-src_cpu_MSXCPUInterface.cc
new file mode 100644
index 00000000000..143554a1840
--- /dev/null
+++ b/emulators/openmsx/patches/patch-src_cpu_MSXCPUInterface.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_cpu_MSXCPUInterface.cc,v 1.1 2012/08/12 01:15:00 marino Exp $
+
+--- src/cpu/MSXCPUInterface.cc.orig 2007-04-14 21:25:23.000000000 +0000
++++ src/cpu/MSXCPUInterface.cc
+@@ -27,6 +27,7 @@
+ #include <iomanip>
+ #include <algorithm>
+ #include <iostream>
++#include <cstring>
+
+ using std::auto_ptr;
+ using std::ostringstream;