src/H5Part.h

- don't wrap system include files in 'extern "C"'
This commit is contained in:
2007-05-10 19:13:36 +00:00
parent d1b594a788
commit 904e609377
+5 -4
View File
@@ -1,16 +1,17 @@
#ifndef _H5Part_H_
#define _H5Part_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <stdlib.h>
#include <stdarg.h>
#include <hdf5.h>
#ifdef PARALLEL_IO
#include <mpi.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
#include "H5PartTypes.h"