aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@5633253d-7678-4964-a54d-f87795f8ee59>1999-11-03 09:29:36 +0000
committergoodale <goodale@5633253d-7678-4964-a54d-f87795f8ee59>1999-11-03 09:29:36 +0000
commit2dbd1d50badb70b57f1623f62436e5a3dce923b8 (patch)
tree9dcb1469e82eecfa1d0a4c85d9d56bb67979d218
parent69d85e287d7cd42b998fda5d51af78d0d5b1a2f0 (diff)
Fixing various things pointed out by compiling with -Wall.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@15 5633253d-7678-4964-a54d-f87795f8ee59
-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"