[3.13] gh-121731: Fix mimalloc compile error on GNU/Hurd (GH-121732) (#121773)

(cherry picked from commit d005f2c186)

Co-authored-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
Miss Islington (bot) 2024-07-14 19:14:30 +02:00 committed by GitHub
parent 97b06d543f
commit 767f71466d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
Fix mimalloc compile error on GNU/Hurd

View File

@ -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 <unistd.h> // sysconf
#include <fcntl.h> // open, close, read, access
#if defined(__linux__)
#include <features.h>