summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/CactusDefaultComm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c
index b3d341c9..330cdcbe 100644
--- a/src/comm/CactusDefaultComm.c
+++ b/src/comm/CactusDefaultComm.c
@@ -9,6 +9,7 @@
@@*/
+#include "cctk_Capabilities.h"
#include "cctk_Flesh.h"
#include "cctk_Groups.h"
#include "cctk_Constants.h"
@@ -29,7 +30,7 @@
#endif
#ifdef CCTK_MPI
-#include "mpi.h"
+# include <mpi.h>
#endif
static const char *rcsid = "$Header$";