summaryrefslogtreecommitdiff
path: root/games/exult/patches/patch-actions.cc
blob: 367da77d866991d40366dca946c99c0d71a20ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-actions.cc,v 1.1 2011/11/25 21:53:26 joerg Exp $

--- actions.cc.orig	2011-11-25 18:01:36.000000000 +0000
+++ actions.cc
@@ -21,6 +21,8 @@
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
+#include <cstring>
+#include <cstdlib>
 
 #include "gamewin.h"
 #include "actions.h"