summaryrefslogtreecommitdiff
path: root/emulators/gpsim/patches/patch-gui_gui__stack.cc
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/gpsim/patches/patch-gui_gui__stack.cc')
-rw-r--r--emulators/gpsim/patches/patch-gui_gui__stack.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/gpsim/patches/patch-gui_gui__stack.cc b/emulators/gpsim/patches/patch-gui_gui__stack.cc
new file mode 100644
index 00000000000..a1b49a7631b
--- /dev/null
+++ b/emulators/gpsim/patches/patch-gui_gui__stack.cc
@@ -0,0 +1,14 @@
+$NetBSD: patch-gui_gui__stack.cc,v 1.1 2011/12/19 15:52:20 wiz Exp $
+
+Add missing include.
+
+--- gui/gui_stack.cc.orig 2005-04-18 14:30:50.000000000 +0000
++++ gui/gui_stack.cc
+@@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <typeinfo>
+ #include <errno.h>
+
+ #include "../config.h"