View | Details | Raw Unified | Return to bug 33302
Collapse All | Expand All

(-)net/gnomeicu/files/patch-src::icu_db.c (+11 lines)
Line 0 Link Here
1
--- src/icu_db.c.orig	Sat Dec 29 12:05:53 2001
2
+++ src/icu_db.c	Sat Dec 29 12:07:04 2001
3
@@ -33,7 +33,7 @@
4
 #include <errno.h>
5
 #include <stdio.h>
6
 #include <string.h>
7
-#include <malloc.h>
8
+#include <stdlib.h>
9
 
10
 #if defined(HAVE_LIBGDBM)
11
 #include <gdbm.h>

Return to bug 33302