2013-09-26 17:14:40 +02:00

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>