diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-25 21:53:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-25 21:53:25 +0000 |
commit | ad26e8bdc36a64a4dc7904b9dbb6f926eb33155a (patch) | |
tree | f59e56a5b0b8115a9d388b9961d7893eaf82192b /games/exult/patches/patch-files_msgfile.cc | |
parent | 68d5c4bdcce06641dd0a187ae58ae513f8dff431 (diff) | |
download | pkgsrc-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.cc | 12 |
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; |