gh-121731: Fix mimalloc compile error on GNU/Hurd (#121732)

This commit is contained in:
Samuel Thibault 2024-07-14 18:50:25 +02:00 committed by GitHub
parent 5d6861ad06
commit d005f2c186
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>