summaryrefslogtreecommitdiff
path: root/games/xracer/patches/patch-src_player.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/xracer/patches/patch-src_player.c')
-rw-r--r--games/xracer/patches/patch-src_player.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xracer/patches/patch-src_player.c b/games/xracer/patches/patch-src_player.c
new file mode 100644
index 00000000000..13744ed7864
--- /dev/null
+++ b/games/xracer/patches/patch-src_player.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_player.c,v 1.1 2013/06/27 15:49:43 joerg Exp $
+
+--- src/player.c.orig 2013-06-26 22:51:40.000000000 +0000
++++ src/player.c
+@@ -20,6 +20,7 @@
+ #include "config.h"
+
+ #include <stdio.h>
++#include <string.h>
+ #include <stdlib.h>
+
+ #include "xracer.h"