mirror of https://github.com/python/cpython
gh-121731: Fix mimalloc compile error on GNU/Hurd (#121732)
This commit is contained in:
parent
5d6861ad06
commit
d005f2c186
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue