summaryrefslogtreecommitdiff
path: root/chat/icb/patches/patch-aw
blob: 1f8b54cb7916492e542d6972b4362fe3e5a8209a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aw,v 1.2 2008/12/17 02:19:59 christos Exp $

--- malloc/xmalloc.c.orig	1995-02-24 16:20:43.000000000 -0500
+++ malloc/xmalloc.c	2008-12-16 20:18:01.000000000 -0500
@@ -20,6 +20,8 @@
    Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
 
 static void memory_error_and_abort ();