summaryrefslogtreecommitdiff
path: root/games/xracer/patches/patch-src_video.c
blob: 1ec7856c0e8f0cff54138980046014b8eec234cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-src_video.c,v 1.1 2013/06/27 15:49:43 joerg Exp $

--- src/video.c.orig	2013-06-26 22:50:42.000000000 +0000
+++ src/video.c
@@ -21,6 +21,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include <GL/glu.h>