]> git.sesse.net Git - kdenlive/commitdiff
- Fix build on FreeBSD.
authorAlberto Villa <avilla@FreeBSD.org>
Tue, 21 Dec 2010 17:49:02 +0000 (17:49 +0000)
committerAlberto Villa <avilla@FreeBSD.org>
Tue, 21 Dec 2010 17:49:02 +0000 (17:49 +0000)
svn path=/trunk/kdenlive/; revision=5185

src/kiss_fft/kiss_fft.h

index f955c2529a30bd1f1397af36147a8043f49a5769..82597e58b1650e0144f92ce85d9957aa20f8bc91 100644 (file)
@@ -5,7 +5,7 @@
 #include <stdio.h>
 #include <math.h>
 #include <string.h>
-#ifndef __APPLE__
+#if !defined(__APPLE__) && !defined(__FreeBSD__)
 #include <malloc.h>
 #endif