pkgsrc/games/nighthawk/patches/patch-ag
2007-08-08 20:30:27 +00:00

13 lines
336 B
Text

$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>