summaryrefslogtreecommitdiff
path: root/src/main/Complex.c
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-10 16:22:32 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-10 16:22:32 +0000
commit1e66f72eeea3f9b17779fdea465585285f5167ed (patch)
tree2bc104bf708b2c6ba3bfce57ce558348d93a8cb6 /src/main/Complex.c
parent173457e2e6d0e3596b8603b121e013480f16600c (diff)
Included <math.h> because T3E's compiler was missing a prototype for sqrt().
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1220 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/Complex.c')
-rw-r--r--src/main/Complex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/Complex.c b/src/main/Complex.c
index af774d80..68d8acc4 100644
--- a/src/main/Complex.c
+++ b/src/main/Complex.c
@@ -9,6 +9,8 @@
static char *rcsid = "$Header$";
+#include <math.h>
+
#include "cctk.h"
#include "cctk_complex.h"