Skip to content

Commit

Permalink
linux imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Jan 13, 2025
1 parent ff79e38 commit 8b26ce3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/asammdf/blocks/cutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
#else
#include <pthread.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <fcntl.h>
#define Sleep(x) usleep((int)(1000 * (x)))
#define FSEEK64(file, address, whence) fseeko((file), (address), (whence))
#define FTELL64(file) ftello(file)
Expand Down

0 comments on commit 8b26ce3

Please sign in to comment.