diff options
Diffstat (limited to 'emulators/gpsim-devel/patches/patch-ag')
-rw-r--r-- | emulators/gpsim-devel/patches/patch-ag | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/gpsim-devel/patches/patch-ag b/emulators/gpsim-devel/patches/patch-ag new file mode 100644 index 00000000000..c263f76d4ac --- /dev/null +++ b/emulators/gpsim-devel/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1 2005/01/17 19:00:33 kristerw Exp $ + +--- gui/settings_exdbm.cc.orig Mon Jan 17 19:45:00 2005 ++++ gui/settings_exdbm.cc Mon Jan 17 19:45:17 2005 +@@ -19,6 +19,7 @@ + the Free Software Foundation, 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + ++#include <cstdio> + #include "settings_exdbm.h" + + |