diff options
author | jofret | 2010-04-08 07:55:58 +0000 |
---|---|---|
committer | jofret | 2010-04-08 07:55:58 +0000 |
commit | 79547bb0423190526c0a7e70bb0374b4c3ce2a98 (patch) | |
tree | b90249aac9716683a98e6708fd9cbdda32582c4e /src/c/matrixOperations/chol/cchola.c | |
parent | 9961f0099d707a64c19cf32becd3f4786e39d034 (diff) | |
download | scilab2c-79547bb0423190526c0a7e70bb0374b4c3ce2a98.tar.gz scilab2c-79547bb0423190526c0a7e70bb0374b4c3ce2a98.tar.bz2 scilab2c-79547bb0423190526c0a7e70bb0374b4c3ce2a98.zip |
Change malloc.h -> stdlib.h
Diffstat (limited to 'src/c/matrixOperations/chol/cchola.c')
-rw-r--r-- | src/c/matrixOperations/chol/cchola.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/c/matrixOperations/chol/cchola.c b/src/c/matrixOperations/chol/cchola.c index ab576515..4b657e6c 100644 --- a/src/c/matrixOperations/chol/cchola.c +++ b/src/c/matrixOperations/chol/cchola.c @@ -10,8 +10,7 @@ * */ -#include <malloc.h> -#include <stdio.h> +#include <stdlib.h> #ifndef WITHOUT_LAPACK #include "lapack.h" |