freebsd-ports/net/gnomeicu2/files/patch-src::icu_db.c
Maxim Sobolev fc9d0bdf79 Add gnomeicu2 --> ports/net/gnomeicu2, repo-copied from ports/net/gnomeicu
and update it to version 0.9.111.

Prompted by:	Kosta K <kosta_k@phreaker.net>
2002-09-11 09:42:06 +00:00

17 lines
312 B
C

$FreeBSD$
--- src/icu_db.c.orig Sat Jun 22 22:11:46 2002
+++ src/icu_db.c Wed Sep 11 11:45:05 2002
@@ -27,7 +27,11 @@
#include <fcntl.h>
#include <errno.h>
+#if defined(HAVE_STDLIB_H)
+#include <stdlib.h>
+#else
#include <malloc.h>
+#endif
#include <stdio.h>
#include <string.h>
#include <sys/param.h>