aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Courant.c2
-rw-r--r--src/Simple.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Courant.c b/src/Courant.c
index 71b62b2..7bdd7d8 100644
--- a/src/Courant.c
+++ b/src/Courant.c
@@ -7,7 +7,7 @@
@enddesc
@@*/
-#include <malloc.h>
+#include <stdlib.h>
#include <math.h>
#include "cctk.h"
diff --git a/src/Simple.c b/src/Simple.c
index e09ad6a..d46e6b7 100644
--- a/src/Simple.c
+++ b/src/Simple.c
@@ -7,7 +7,7 @@
@enddesc
@@*/
-#include <malloc.h>
+#include <stdlib.h>
#include "cctk.h"
#include "cctk_arguments.h"