diff --git a/compute/pzgelqf_param.c b/compute/pzgelqf_param.c index d82f451d375615d8bef17c657b93fc9c692f327b..bfe2c6d7342caa2b5c2d85f40a4056a98c41d990 100644 --- a/compute/pzgelqf_param.c +++ b/compute/pzgelqf_param.c @@ -23,6 +23,7 @@ * **/ #include "control/common.h" +#include <stdlib.h> #include "libhqr.h" #define A(m,n) A, (m), (n) diff --git a/compute/pzgeqrf_param.c b/compute/pzgeqrf_param.c index 89585c40824ec25e09c02a4a83f2b0ade2f1a478..feba0f364e0baf3139e8399e5ba0a7b40c09785b 100644 --- a/compute/pzgeqrf_param.c +++ b/compute/pzgeqrf_param.c @@ -23,6 +23,7 @@ * **/ #include "control/common.h" +#include <stdlib.h> #include "libhqr.h" #define A(m,n) A, (m), (n) diff --git a/compute/pzgetrf_incpiv.c b/compute/pzgetrf_incpiv.c index 5da79407cf9855db1d9c97ed607c53b6c0094516..83efd149d6d53fffe8b3f87459877b46b0cd57ea 100644 --- a/compute/pzgetrf_incpiv.c +++ b/compute/pzgetrf_incpiv.c @@ -31,6 +31,7 @@ //ALLOC_WS : ib*L->nb //WS_ADD : ib*L->nb #include "control/common.h" +#include <stdlib.h> #define A(_m_,_n_) A, _m_, _n_ #if defined(CHAMELEON_COPY_DIAG) diff --git a/compute/pzhetrd_he2hb.c b/compute/pzhetrd_he2hb.c index 2230bd0c20244c7d7eb397670cfab357d464fab4..24f3c0f39100a6451b90b6dbffd89592b82b1c68 100644 --- a/compute/pzhetrd_he2hb.c +++ b/compute/pzhetrd_he2hb.c @@ -24,6 +24,7 @@ * **/ #include "control/common.h" +#include <stdlib.h> #define A(m, n) A, m, n #define T(m, n) T, m, n diff --git a/compute/pzunglq_param.c b/compute/pzunglq_param.c index 0bca71880c0936abb5a394b729a802e10af7017f..91aad1791060ff1e2084772eff4f962abac1247f 100644 --- a/compute/pzunglq_param.c +++ b/compute/pzunglq_param.c @@ -23,6 +23,7 @@ * **/ #include "control/common.h" +#include <stdlib.h> #define A(m,n) A, (m), (n) #define Q(m,n) Q, (m), (n) diff --git a/compute/pzungqr_param.c b/compute/pzungqr_param.c index 32ab51de1ac869a407870f20bf1888c26a51365e..eaa3b753d3347a07caebda51f19c635c4d68443c 100644 --- a/compute/pzungqr_param.c +++ b/compute/pzungqr_param.c @@ -23,6 +23,7 @@ * **/ #include "control/common.h" +#include <stdlib.h> #define A(m,n) A, m, n #define Q(m,n) Q, m, n diff --git a/compute/pzunmlq_param.c b/compute/pzunmlq_param.c index 8838be440eafaf5f6f5aed7efa04f26b4f119152..1763d7fadbe8489939f11c8134ea9ae63ed4f48c 100644 --- a/compute/pzunmlq_param.c +++ b/compute/pzunmlq_param.c @@ -23,6 +23,7 @@ * **/ #include "control/common.h" +#include <stdlib.h> #define A(m,n) A, m, n #define B(m,n) B, m, n diff --git a/compute/pzunmqr_param.c b/compute/pzunmqr_param.c index cb5d4f59c2a547407afbe186613c4dbf01fbbb34..ab5f3a7fb39a4fec9d8486fa75b4c76d9598ea11 100644 --- a/compute/pzunmqr_param.c +++ b/compute/pzunmqr_param.c @@ -23,6 +23,7 @@ * **/ #include "control/common.h" +#include <stdlib.h> #define A(m,n) A, m, n #define B(m,n) B, m, n diff --git a/compute/zgelqs.c b/compute/zgelqs.c index 1c8186c47914c86502754696f1e243363ec25322..23cdd4d022d705afab6a683d282ecce90f8f3cc5 100644 --- a/compute/zgelqs.c +++ b/compute/zgelqs.c @@ -28,6 +28,7 @@ * **/ #include "control/common.h" +#include <stdlib.h> /** ******************************************************************************* diff --git a/compute/zgelqs_param.c b/compute/zgelqs_param.c index ef1cc2505a6d2b1a0cd676063bcbb0b4c3952bef..cf2e853634609914c3c960a3d7e8b5508e40a55e 100644 --- a/compute/zgelqs_param.c +++ b/compute/zgelqs_param.c @@ -24,6 +24,7 @@ * **/ #include "control/common.h" +#include <stdlib.h> /** ******************************************************************************* diff --git a/compute/zgels.c b/compute/zgels.c index 53314a3fe1388299402c1672a0fd026dbb8d7fc4..f80cc4ef65b4268e41b92453a924553020d5b610 100644 --- a/compute/zgels.c +++ b/compute/zgels.c @@ -28,6 +28,7 @@ * **/ #include "control/common.h" +#include <stdlib.h> /** * diff --git a/compute/zgels_param.c b/compute/zgels_param.c index fac618e1e64da9be97f1638c13903a80f415e728..d862c63267b877f276740af544336a90087503b5 100644 --- a/compute/zgels_param.c +++ b/compute/zgels_param.c @@ -23,6 +23,7 @@ * **/ #include "control/common.h" +#include <stdlib.h> /** ******************************************************************************* diff --git a/compute/zgeqrs.c b/compute/zgeqrs.c index 757568882712e140b66c622f5d461bcaddbbb056..32e618550fb35324d019990f64afa0a9eeca51fd 100644 --- a/compute/zgeqrs.c +++ b/compute/zgeqrs.c @@ -28,6 +28,7 @@ * **/ #include "control/common.h" +#include <stdlib.h> /***************************************************************************//** * diff --git a/compute/zgeqrs_param.c b/compute/zgeqrs_param.c index ed6aef62f7034a169d69cf304db82f9448c518a7..611b136fa92b6e770d903401fc53ff13104c06de 100644 --- a/compute/zgeqrs_param.c +++ b/compute/zgeqrs_param.c @@ -23,6 +23,7 @@ * **/ #include "control/common.h" +#include <stdlib.h> /** *******************************************************************************