summaryrefslogtreecommitdiff
path: root/emulators/gpsim/patches
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/gpsim/patches')
-rw-r--r--emulators/gpsim/patches/patch-src_symbol.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/gpsim/patches/patch-src_symbol.h b/emulators/gpsim/patches/patch-src_symbol.h
new file mode 100644
index 00000000000..c341c819e23
--- /dev/null
+++ b/emulators/gpsim/patches/patch-src_symbol.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_symbol.h,v 1.1 2013/03/02 18:12:01 joerg Exp $
+
+--- src/symbol.h.orig 2013-02-28 10:35:39.000000000 +0000
++++ src/symbol.h
+@@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. */
+ //
+
+ #include <string>
++#include <typeinfo>
+ #include <vector>
+ #include "value.h"
+ #include "registers.h"