summaryrefslogtreecommitdiff
path: root/src/c/matrixOperations/powm/cpowma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/matrixOperations/powm/cpowma.c')
-rw-r--r--src/c/matrixOperations/powm/cpowma.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c/matrixOperations/powm/cpowma.c b/src/c/matrixOperations/powm/cpowma.c
index 04a393a9..d023a7aa 100644
--- a/src/c/matrixOperations/powm/cpowma.c
+++ b/src/c/matrixOperations/powm/cpowma.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"