blob: 622e54f20f44ae409cb50ca0ddbc6fc5f365b53d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-af,v 1.2 2009/02/15 20:12:18 dholland Exp $
--- xmalloc.c.orig 2003-07-21 16:35:31.000000000 -0400
+++ xmalloc.c 2009-02-15 14:47:02.000000000 -0500
@@ -23,8 +23,8 @@
* SOFTWARE.
*/
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
-extern char *malloc(), *realloc();
char *xmalloc (int size)
{
|