diff options
Diffstat (limited to 'net-im/gnomeicu/files/patch-src::icu_db.c')
-rw-r--r-- | net-im/gnomeicu/files/patch-src::icu_db.c | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/net-im/gnomeicu/files/patch-src::icu_db.c b/net-im/gnomeicu/files/patch-src::icu_db.c index 0a0196a73c92..3df66fcf8c50 100644 --- a/net-im/gnomeicu/files/patch-src::icu_db.c +++ b/net-im/gnomeicu/files/patch-src::icu_db.c @@ -1,14 +1,17 @@ ---- 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 @@ + +$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> - #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> + #include <stdio.h> + #include <string.h> + #include <sys/param.h> |