summaryrefslogtreecommitdiff
path: root/src/c/linearAlgebra/rowcomp
diff options
context:
space:
mode:
authorSunil Shetye2019-05-17 17:30:07 +0530
committerSunil Shetye2019-05-29 11:08:06 +0530
commit716c7a821a76e65bff30d0292095c585e37c3ac0 (patch)
treee56be10d77d70990c749b139d063b6bda69523ec /src/c/linearAlgebra/rowcomp
parent953447ba5cd043470d0f35c8a780e1b4c4d0aebf (diff)
downloadscilab2c-master.tar.gz
scilab2c-master.tar.bz2
scilab2c-master.zip
fix compilation warningsHEADmaster
Diffstat (limited to 'src/c/linearAlgebra/rowcomp')
-rw-r--r--src/c/linearAlgebra/rowcomp/drowcompa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c/linearAlgebra/rowcomp/drowcompa.c b/src/c/linearAlgebra/rowcomp/drowcompa.c
index 3161a2d6..f622849d 100644
--- a/src/c/linearAlgebra/rowcomp/drowcompa.c
+++ b/src/c/linearAlgebra/rowcomp/drowcompa.c
@@ -16,11 +16,13 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
+#include <string.h>
#include "svd.h"
#include "norm.h"
#include "eye.h"
#include "matrixTranspose.h"
#include "qr.h"
+#include "min.h"
/* All variable names, are in consideration of scilab documentation. for reference please check the scilab code.*/