From f0d286358ea096fcad656303a12addc777041d8b Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 26 Jul 2017 14:02:02 -0400 Subject: [PATCH] must not include system headers within 'extern "C"' blocks. breaks with MPICH --- lib/h5md/include/ch5md.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/h5md/include/ch5md.h b/lib/h5md/include/ch5md.h index 351e337ed4..8fefc9565d 100644 --- a/lib/h5md/include/ch5md.h +++ b/lib/h5md/include/ch5md.h @@ -9,13 +9,13 @@ #ifndef CH5MD_H #define CH5MD_H +#include "hdf5.h" +#include + #ifdef __cplusplus extern "C" { #endif -#include "hdf5.h" -#include - #define CH5MD_RANK_ERROR -10 typedef struct h5md_element_struct {