summaryrefslogtreecommitdiff
path: root/games/exult/patches/patch-files_msgfile.cc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-11-25 21:53:25 +0000
committerjoerg <joerg@pkgsrc.org>2011-11-25 21:53:25 +0000
commitad26e8bdc36a64a4dc7904b9dbb6f926eb33155a (patch)
treef59e56a5b0b8115a9d388b9961d7893eaf82192b /games/exult/patches/patch-files_msgfile.cc
parent68d5c4bdcce06641dd0a187ae58ae513f8dff431 (diff)
downloadpkgsrc-ad26e8bdc36a64a4dc7904b9dbb6f926eb33155a.tar.gz
Fix build with newer GCC
Diffstat (limited to 'games/exult/patches/patch-files_msgfile.cc')
-rw-r--r--games/exult/patches/patch-files_msgfile.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/exult/patches/patch-files_msgfile.cc b/games/exult/patches/patch-files_msgfile.cc
new file mode 100644
index 00000000000..a07d7092f9a
--- /dev/null
+++ b/games/exult/patches/patch-files_msgfile.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-files_msgfile.cc,v 1.1 2011/11/25 21:53:26 joerg Exp $
+
+--- files/msgfile.cc.orig 2011-11-25 17:32:19.000000000 +0000
++++ files/msgfile.cc
+@@ -24,6 +24,7 @@
+
+ #include <iostream>
+ #include <vector>
++#include <cstdlib>
+ #include "utils.h"
+
+ using std::istream;