mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
299 B
Plaintext
14 lines
299 B
Plaintext
$NetBSD: patch-ab,v 1.3 2007/08/08 19:31:20 joerg Exp $
|
|
|
|
--- src/icu_db.c.orig 2007-08-08 19:03:20.000000000 +0000
|
|
+++ src/icu_db.c
|
|
@@ -27,7 +27,7 @@
|
|
|
|
#include <fcntl.h>
|
|
#include <errno.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <sys/param.h>
|