diff options
Diffstat (limited to 'games/nighthawk/patches/patch-bc')
-rw-r--r-- | games/nighthawk/patches/patch-bc | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/games/nighthawk/patches/patch-bc b/games/nighthawk/patches/patch-bc index 6ce3838c095..bb53cafc3b7 100644 --- a/games/nighthawk/patches/patch-bc +++ b/games/nighthawk/patches/patch-bc @@ -1,8 +1,17 @@ -$NetBSD: patch-bc,v 1.1 2002/07/16 13:50:58 agc Exp $ +$NetBSD: patch-bc,v 1.2 2003/11/09 11:17:53 kleink Exp $ ---- src/object.cc.orig Thu May 14 13:06:35 1998 -+++ src/object.cc Tue Jul 16 14:45:08 2002 -@@ -364,7 +364,7 @@ +--- src/object.cc.orig 1998-05-14 14:06:35.000000000 +0200 ++++ src/object.cc 2003-11-09 12:13:13.000000000 +0100 +@@ -14,6 +14,8 @@ + extern "C" { + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> ++#include <strings.h> + #include <math.h> + #include <X11/Xlib.h> + #include <X11/Xutil.h> +@@ -364,7 +366,7 @@ void tlaser::colision(float cx,float cy) { |