diff options
Diffstat (limited to 'emulators/openmsx/patches/patch-src_sound_AY8910.cc')
-rw-r--r-- | emulators/openmsx/patches/patch-src_sound_AY8910.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/openmsx/patches/patch-src_sound_AY8910.cc b/emulators/openmsx/patches/patch-src_sound_AY8910.cc new file mode 100644 index 00000000000..724758d2e6e --- /dev/null +++ b/emulators/openmsx/patches/patch-src_sound_AY8910.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-src_sound_AY8910.cc,v 1.1 2012/08/12 01:15:00 marino Exp $ + +--- src/sound/AY8910.cc.orig 2007-04-14 21:25:28.000000000 +0000 ++++ src/sound/AY8910.cc +@@ -19,6 +19,7 @@ + #include "MSXException.hh" + #include "StringOp.hh" + #include <cassert> ++#include <cstring> + + using std::string; + |