Skip to content

Commit

Permalink
More fixes for Blosc/python-blosc2#359
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 31, 2025
1 parent d7c0a06 commit d92b88e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blosc/frame.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
#include "blosc-private.h"
#include "blosc2.h"

#include <sys/stat.h>
#if defined(_WIN32)
#include <windows.h>
#include <malloc.h>
// See https://github.com/Blosc/python-blosc2/issues/359#issuecomment-2625380236
#define stat _stat64
#endif /* _WIN32 */

#include <sys/stat.h>

#include <inttypes.h>
#include <stdbool.h>
#include <stdio.h>
Expand Down

0 comments on commit d92b88e

Please sign in to comment.