You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/erec/files/erec-2.2.0.1-gcc43.patch

12 lines
340 B

diff -Nurpa erec-2.2.0.1.orig/argh/argh.cc erec-2.2.0.1/argh/argh.cc
--- erec-2.2.0.1.orig/argh/argh.cc 2008-12-17 03:48:35.000000000 +0300
+++ erec-2.2.0.1/argh/argh.cc 2008-12-17 03:49:19.000000000 +0300
@@ -1,6 +1,7 @@
#include <map>
#include <cstdio>
#include <cstring>
+#include <cstdlib>
using std::strchr;
using std::sprintf;