13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
$NetBSD: patch-cc,v 1.1 2003/10/19 16:05:21 grant Exp $
|
|
|
|
--- build/parseScript.c.orig 1998-09-28 06:16:53.000000000 +1000
|
|
+++ build/parseScript.c
|
|
@@ -1,6 +1,6 @@
|
|
#include "config.h"
|
|
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include "intl.h"
|