diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-06-07 16:03:02 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-06-07 16:03:02 (GMT) |
commit | 504bc34f6015d2c4df03b024c95cdbbab71cbd5f (patch) | |
tree | acb62b5417ce2d5ef9f1209a5a7ac7945eea7e45 /src/H5Ppublic.h | |
parent | 80737b93ef4425801da0f24b592e9b1bb3e3bca9 (diff) | |
download | hdf5-504bc34f6015d2c4df03b024c95cdbbab71cbd5f.zip hdf5-504bc34f6015d2c4df03b024c95cdbbab71cbd5f.tar.gz hdf5-504bc34f6015d2c4df03b024c95cdbbab71cbd5f.tar.bz2 |
[svn-r3974] code warrior port
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 0b855bb..60fe44f 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -20,6 +20,7 @@ /* Default Template for creation, access, etc. templates */ #define H5P_DEFAULT 0 +#include "H5private.h" /* Public headers needed by this file */ #include "H5public.h" #include "H5Ipublic.h" |