From 6c130407ebd653e967526c4d97bed3b76f2bf59d Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 3 Apr 2001 12:47:08 -0500 Subject: [svn-r3768] Purpose: Update Description: Replaced "#include " with the equivalent, but better #include "hdf5_file.h" so that gcc can pick up our header files more easily. Platforms tested: Linux --- tools/h5ls/h5ls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c index 45a726f..5a2b0a1 100644 --- a/tools/h5ls/h5ls.c +++ b/tools/h5ls/h5ls.c @@ -12,8 +12,8 @@ * programming environment it declares. Other than that, h5ls only calls * HDF5 API functions (except for H5G_basename()) */ -#include -#include +#include "H5private.h" +#include "h5tools.h" /* * If defined then include the file name as part of the object name when -- cgit v0.12