1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/games/nighthawk/files/patch-src-object.cc
Mark Pulford 9db2476b13 Fix build under 5.0
Submitted by:	des
2003-02-04 13:47:16 +00:00

11 lines
252 B
C++

--- src/object.cc.orig Wed Feb 5 00:17:43 2003
+++ src/object.cc Wed Feb 5 00:17:59 2003
@@ -14,6 +14,7 @@
extern "C" {
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <math.h>
#include <X11/Xlib.h>
#include <X11/keysym.h>