summaryrefslogtreecommitdiff
path: root/emulators/gpsim/patches/patch-gui_settings__exdbm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/gpsim/patches/patch-gui_settings__exdbm.cc')
-rw-r--r--emulators/gpsim/patches/patch-gui_settings__exdbm.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/gpsim/patches/patch-gui_settings__exdbm.cc b/emulators/gpsim/patches/patch-gui_settings__exdbm.cc
new file mode 100644
index 00000000000..fbfebba5e8e
--- /dev/null
+++ b/emulators/gpsim/patches/patch-gui_settings__exdbm.cc
@@ -0,0 +1,14 @@
+$NetBSD: patch-gui_settings__exdbm.cc,v 1.1 2011/12/19 15:52:21 wiz Exp $
+
+Add missing include.
+
+--- gui/settings_exdbm.cc.orig 2004-07-06 05:20:20.000000000 +0000
++++ gui/settings_exdbm.cc
+@@ -19,6 +19,7 @@ along with gpsim; see the file COPYING.
+ the Free Software Foundation, 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA. */
+
++#include <stdlib.h>
+ #include "settings_exdbm.h"
+
+