Fix build on Linux (#295)

This commit is contained in:
Essem 2024-09-02 16:00:03 -05:00 committed by GitHub
parent 4e01841693
commit 39aaed235b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@
#else
#include <sys/mman.h>
#include <fcntl.h> /* For O_* constants */
#include <libc.h>
#include <unistd.h>
#endif // _WIN32
struct LinkedMem *lm = NULL;
@ -196,4 +196,4 @@ bool should_update_context() {
}
return true;
}
}