From d92f5400d1d38084d69c04c3695603ff9521025d Mon Sep 17 00:00:00 2001 From: goodale Date: Tue, 7 Mar 2000 16:21:36 +0000 Subject: Fixing compiler warning. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1440 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/IO/FortranBindingsIO.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/IO') diff --git a/src/IO/FortranBindingsIO.c b/src/IO/FortranBindingsIO.c index 002459b1..0f7c877b 100644 --- a/src/IO/FortranBindingsIO.c +++ b/src/IO/FortranBindingsIO.c @@ -10,7 +10,7 @@ #include #include "cctk_Flesh.h" #include "cctk_FortranString.h" -#include "cctk_Comm.h" +#include "cctk_IO.h" #include "cctk_IOMethods.h" void FMODIFIER FORTRAN_NAME(CCTK_OutputGH)(int *istat,cGH *GH) -- cgit v1.2.3