summaryrefslogtreecommitdiff
path: root/games/netmaze/patches/patch-x11gfx.c
blob: 82ce9318a4f3d0e1ed5291f7e0896134c955f380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-x11gfx.c,v 1.1 2013/03/25 01:59:03 dholland Exp $

--- x11gfx.c~	1994-04-15 21:19:58.000000000 +0000
+++ x11gfx.c
@@ -9,6 +9,7 @@
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <X11/X.h>
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>