summaryrefslogtreecommitdiff
path: root/games/netmaze/patches/patch-x11gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/netmaze/patches/patch-x11gfx.c')
-rw-r--r--games/netmaze/patches/patch-x11gfx.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/netmaze/patches/patch-x11gfx.c b/games/netmaze/patches/patch-x11gfx.c
new file mode 100644
index 00000000000..82ce9318a4f
--- /dev/null
+++ b/games/netmaze/patches/patch-x11gfx.c
@@ -0,0 +1,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>