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/games-strategy/galaxyhack/files/galaxyhack-1.74-gcc43.patch

13 lines
309 B

diff -aur src.old/JSDL.cpp src/JSDL.cpp
--- src.old/JSDL.cpp 2008-07-17 18:31:38.000000000 +0200
+++ src/JSDL.cpp 2008-07-17 19:19:39.000000000 +0200
@@ -20,7 +20,7 @@
#include <cstdlib>
#include <fstream>
#include <stdexcept>
-
+#include <cstring>
using std::runtime_error;
using std::memcpy;