diff options
Diffstat (limited to 'games/xrally/files/patch-score.c')
-rw-r--r-- | games/xrally/files/patch-score.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/xrally/files/patch-score.c b/games/xrally/files/patch-score.c new file mode 100644 index 000000000000..c9551774bd76 --- /dev/null +++ b/games/xrally/files/patch-score.c @@ -0,0 +1,10 @@ +--- score.c.orig 2009-02-22 14:37:44.000000000 +1100 ++++ score.c 2009-02-22 14:37:54.000000000 +1100 +@@ -17,6 +17,7 @@ + * * + ***************************************************************************/ + ++#include <string.h> + #include "config.h" + #include "score.h" + #include "time.h" |