blob: 16b754054edb672404eda33ee87d7e7453b07f7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-af,v 1.2 2015/12/29 23:34:44 dholland Exp $
Use standard headers.
--- malloc/xmalloc.c~ 2005-05-06 04:48:51.000000000 -0400
+++ malloc/xmalloc.c 2008-09-04 23:50:51.000000000 -0400
@@ -20,6 +20,7 @@
Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
+#include <stdlib.h>
static void memory_error_and_abort ();
|