about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/crack-attack/crack-attack-1.1.14-gcc43.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/crack-attack/crack-attack-1.1.14-gcc43.patch')
-rw-r--r--nixpkgs/pkgs/games/crack-attack/crack-attack-1.1.14-gcc43.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/games/crack-attack/crack-attack-1.1.14-gcc43.patch b/nixpkgs/pkgs/games/crack-attack/crack-attack-1.1.14-gcc43.patch
new file mode 100644
index 000000000000..fb2910d128ee
--- /dev/null
+++ b/nixpkgs/pkgs/games/crack-attack/crack-attack-1.1.14-gcc43.patch
@@ -0,0 +1,10 @@
+--- crack-attack-1.1.14/src/Game.h
++++ crack-attack-1.1.14/src/Game.h
+@@ -34,6 +34,7 @@
+ #include <climits>
+ #include <cstdlib>
+ #include <cmath>
++#include <cstring>
+ 
+ #ifdef __MINGW32__
+ #  include <windows.h>