gh-121731: Fix mimalloc compile error on GNU/Hurd (#121732)
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
Fix mimalloc compile error on GNU/Hurd
|
||||||
@@ -27,6 +27,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||||||
|
|
||||||
#include <sys/mman.h> // mmap
|
#include <sys/mman.h> // mmap
|
||||||
#include <unistd.h> // sysconf
|
#include <unistd.h> // sysconf
|
||||||
|
#include <fcntl.h> // open, close, read, access
|
||||||
|
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
#include <features.h>
|
#include <features.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user