blob: a5582fb2a21edc78b418fb77dda267a330e1dc6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- convolution_process.c.orig Mon Apr 2 09:22:07 2007
+++ convolution_process.c Mon Apr 2 09:22:15 2007
@@ -23,7 +23,7 @@
#include <dsp/dspop.h>
#endif
-#include <malloc.h>
+#include <stdlib.h>
#include <math.h>
|