]> git.sesse.net Git - kdenlive/blobdiff - src/kiss_fft/kiss_fft.h
Reorganise (again) the build system
[kdenlive] / src / kiss_fft / kiss_fft.h
index 82597e58b1650e0144f92ce85d9957aa20f8bc91..8f94b077bf2f0859a2121be1a010e13fc3ce30c1 100644 (file)
@@ -1,11 +1,13 @@
 #ifndef KISS_FFT_H
 #define KISS_FFT_H
 
+#include "kdenlive-config.h"
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>
 #include <string.h>
-#if !defined(__APPLE__) && !defined(__FreeBSD__)
+#ifdef HAVE_MALLOC_H
 #include <malloc.h>
 #endif