summaryrefslogtreecommitdiff
path: root/games/omega/patches/patch-ad
blob: 0725fdc19ea1b3b13c91f539bd6b18a4516a221e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ad,v 1.2 1999/12/28 02:28:23 proff Exp $

--- fixstr.c	Sat Aug  8 13:48:23 1998
+++ /home/andy/tmp/wrk/fixstr.c	Fri May 14 20:37:59 1999
@@ -15,7 +15,9 @@
 Thus it can be broken. */
 
 #include <stdio.h>
+#if defined(__NetBSD__) || defined(__FreeBSD__)
 #include <malloc.h>
+#endif
 
 #define TMPFILE "fixtmp.c"