summary refs log tree commit diff
path: root/pkgs/games/crack-attack/crack-attack-1.1.14-gcc43.patch
blob: fb2910d128ee73860d3d5bcd4aa4fae02b658961 (plain) (blame)
1
2
3
4
5
6
7
8
9
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>