1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/gnomeicu/files/patch-src::icu_db.c

15 lines
302 B
C

--- src/icu_db.c.orig Sat Jan 5 19:15:03 2002
+++ src/icu_db.c Sat Jan 5 19:16:00 2002
@@ -33,7 +33,11 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
+#if defined(HAVE_STDLIB_H)
+#include <stdlib.h>
+#else
#include <malloc.h>
+#endif
#if defined(HAVE_LIBGDBM)
#include <gdbm.h>