14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
$NetBSD: patch-an,v 1.1 2007/08/08 20:40:48 joerg Exp $
|
|
|
|
--- mem.c.orig 2007-08-08 20:20:14.000000000 +0000
|
|
+++ mem.c
|
|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
#include <sys/types.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <memory.h>
|
|
#include <stdio.h>
|
|
|