summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-17 16:03:53 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-17 16:03:53 +0000
commit001354a32b223b41d864701e5328177d1a96dce8 (patch)
tree098d591a3b7218976c24b79442b25023d6425499 /src/comm
parent2329c84b04b122aa0e57043c3a2fbbefb4d07680 (diff)
added cctk.h; if that is not desired, take it out and replace it with whateveer defines CCTK_WARN better. This one works
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1273 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/Interp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comm/Interp.c b/src/comm/Interp.c
index 1e61b728..7db7f148 100644
--- a/src/comm/Interp.c
+++ b/src/comm/Interp.c
@@ -21,6 +21,7 @@
#include <malloc.h>
#include <stdarg.h>
+#include "cctk.h"
#include "cctk_Types.h"
#include "cctk_Constants.h"
#include "cctk_Flesh.h"