summaryrefslogtreecommitdiff
path: root/emulators/gpsim-devel/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/gpsim-devel/patches/patch-ae')
-rw-r--r--emulators/gpsim-devel/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/gpsim-devel/patches/patch-ae b/emulators/gpsim-devel/patches/patch-ae
new file mode 100644
index 00000000000..91b012f5d0e
--- /dev/null
+++ b/emulators/gpsim-devel/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2005/01/17 19:00:33 kristerw Exp $
+
+--- cli/expr.cc.orig Mon Jan 17 19:39:52 2005
++++ cli/expr.cc Mon Jan 17 19:41:03 2005
+@@ -2,6 +2,8 @@
+ #include <list>
+ #include <vector>
+ #include <iostream>
++#include <typeinfo>
++#include <cstdio>
+
+ #include "expr.h"
+ #include "errors.h"