summaryrefslogtreecommitdiff
path: root/src/c/matrixOperations/logm/dlogma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/matrixOperations/logm/dlogma.c')
-rw-r--r--src/c/matrixOperations/logm/dlogma.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/c/matrixOperations/logm/dlogma.c b/src/c/matrixOperations/logm/dlogma.c
index d38af5d0..2184c377 100644
--- a/src/c/matrixOperations/logm/dlogma.c
+++ b/src/c/matrixOperations/logm/dlogma.c
@@ -10,10 +10,9 @@
*
*/
-#include <malloc.h>
+#include <stdlib.h>
#include "logm.h"
-
void dlogma (double* in, int rows, double* out){
doubleComplex *inCpx,*outCpx;
int i;