summaryrefslogtreecommitdiff
path: root/emulators/gpsim/patches/patch-gui_settings__exdbm.cc
blob: fbfebba5e8ef294ab3f09121c4a65d1061a39463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"