summaryrefslogtreecommitdiff
path: root/src/c/matrixOperations/powm/zpowma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/matrixOperations/powm/zpowma.c')
-rw-r--r--src/c/matrixOperations/powm/zpowma.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c/matrixOperations/powm/zpowma.c b/src/c/matrixOperations/powm/zpowma.c
index b9ccc7cc..0de56475 100644
--- a/src/c/matrixOperations/powm/zpowma.c
+++ b/src/c/matrixOperations/powm/zpowma.c
@@ -9,7 +9,8 @@
* http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
*
*/
-#include <malloc.h>
+
+#include <stdlib.h>
#include "matrixPow.h"
#include "spec.h"
#include "pow.h"