blob: 632abf83d515b3058dc9d97408517ebf883b7b2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- malsync/mal/client/unix/MAL31DBConfig.c.orig 2008-04-15 19:49:54.000000000 +0200
+++ malsync/mal/client/unix/MAL31DBConfig.c 2008-04-15 19:50:04.000000000 +0200
@@ -20,7 +20,7 @@
*/
#include <MAL31DBConfig.h>
-#if defined(DARWIN) || defined(__OpenBSD__)
+#if defined(DARWIN) || defined(__OpenBSD__) || defined(__FreeBSD__)
#include <stdlib.h>
#else
#include <malloc.h>
|