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