summaryrefslogtreecommitdiff
path: root/games/nighthawk/patches/patch-ag
blob: f6bdbbe509460676243d176ec17d184ba75103c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.1 2007/08/08 20:40:20 joerg Exp $

--- src/ship.cc.orig	2007-08-08 20:14:23.000000000 +0000
+++ src/ship.cc
@@ -17,7 +17,7 @@ extern "C" {
 #include <stdio.h>
 #include <unistd.h>
 #include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <X11/Xatom.h>
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>