blob: 3df66fcf8c50617a285f3bb94c8e43412a250723 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$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>
|