freebsd-ports/games/galaxyhack/files/patch-JSDL.cpp
John Marino a54b024526 Add <cstring> and/or <cstdlib> to 7 ports to support modern gcc
Approved by:	gcc5 support blanket
2015-09-20 18:24:44 +00:00

10 lines
183 B
C++

--- JSDL.cpp.orig 2015-09-20 01:08:54 UTC
+++ JSDL.cpp
@@ -18,6 +18,7 @@
#include <SDL_mixer.h>
#include <cstdlib>
+#include <cstring>
#include <fstream>
#include <stdexcept>