From 9961f0099d707a64c19cf32becd3f4786e39d034 Mon Sep 17 00:00:00 2001 From: jofret Date: Thu, 8 Apr 2010 07:55:41 +0000 Subject: Change malloc.h -> stdlib.h --- src/c/statisticsFunctions/stdevf/zstdevfdz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c/statisticsFunctions/stdevf/zstdevfdz.c') diff --git a/src/c/statisticsFunctions/stdevf/zstdevfdz.c b/src/c/statisticsFunctions/stdevf/zstdevfdz.c index 0074a43f..90feb217 100644 --- a/src/c/statisticsFunctions/stdevf/zstdevfdz.c +++ b/src/c/statisticsFunctions/stdevf/zstdevfdz.c @@ -10,9 +10,9 @@ * */ +#include #include "stdevf.h" #include "zeros.h" -#include doubleComplex zstdevfdz(double *in1, int lines, int columns, doubleComplex* in2) { -- cgit