14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
$NetBSD: patch-ah,v 1.3 2007/08/08 21:36:16 joerg Exp $
|
|
|
|
--- stocks/lists.c.orig 2007-08-08 20:59:36.000000000 +0000
|
|
+++ stocks/lists.c
|
|
@@ -20,7 +20,7 @@
|
|
|
|
#define __LISTS_C__
|
|
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|