Skip to content

Commit

Permalink
fix(cygwin): add windows.h for h5ls
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 16, 2024
1 parent 663a45b commit 06c6268
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/src/h5ls/h5ls.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
* programming environment it declares. Other than that, h5ls only calls
* HDF5 API functions (except for H5G_basename())
*/
#if defined(__CYGWIN__)
#include <windows.h>
#endif
#include "H5private.h"
#include "h5tools.h"
#include "h5tools_utils.h"
Expand Down

0 comments on commit 06c6268

Please sign in to comment.