summaryrefslogtreecommitdiff
path: root/chat/icb/patches/patch-bo
blob: 9e65d9beb3c0d0ee56dd3fd8c393d8c2de731b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-bo,v 1.1 2006/05/15 15:33:00 christos Exp $

--- malloc/xmalloc.c.orig	1995-02-24 16:20:43.000000000 -0500
+++ malloc/xmalloc.c	2006-05-15 10:52:52.000000000 -0400
@@ -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 ();