From e29ca0f1664e40e69a78046643adfb7377315a40 Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Tue, 10 Nov 1998 13:13:23 -0500 Subject: [svn-r893] changed a uint to a uint32 and included H5private.h in the file. --- examples/h5_attribute.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/h5_attribute.c b/examples/h5_attribute.c index 6cc1c9a..ab2c539 100644 --- a/examples/h5_attribute.c +++ b/examples/h5_attribute.c @@ -12,6 +12,7 @@ #include #include +#include #define FILE "Attributes.h5" @@ -45,7 +46,7 @@ main (void) float matrix[ADIM1][ADIM2]; /* Attribute data */ herr_t ret; /* Return value */ - uint i,j; /* Counters */ + uint32 i,j; /* Counters */ int idx; /* Attribute index */ char string_out[80]; /* Buffer to read string attribute back */ int point_out; /* Buffer to read scalar attribute back */ -- cgit v0.12