summaryrefslogtreecommitdiff
path: root/net/gnomeicu2/files/patch-src::icu_db.c
blob: 0a0196a73c929020553d8aeb8ef438a009dcdace (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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>