mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-12 06:08:42 +03:00
Add missing header for Haiku
This commit is contained in:
parent
4e50d6714d
commit
ec95d6d02a
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
#include <sys/syscall.h>
|
||||
#endif
|
||||
|
||||
#if defined(__HAIKU__)
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Use syscalls for some primitives to allow for libraries that override open/read/close etc.
|
||||
// and do allocation themselves; using syscalls prevents recursion when mimalloc is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue