blob: 4b5467f84837595171bc309a979d3526eebca1d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libical/src/libicalvcal/vobject.c Mon Jan 1 16:37:08 2001
+++ libical/src/libicalvcal/vobject.c.new Mon Jun 3 02:49:58 2002
@@ -42,7 +42,7 @@
* vobject, and convert a vobject into its textual representation.
*/
-#ifndef MWERKS
+#if !defined(MWERKS) && !defined(__FreeBSD__)
#include <malloc.h>
#endif
|