summaryrefslogtreecommitdiff
path: root/games/xracer/patches/patch-src_utils.c
blob: bc8d2f9bb3b2f0c4a72d153e5fc67675aa0f567a (plain)
1
2
3
4
5
6
7
8
9
10
11
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>