Skip to content

Commit

Permalink
Add a missing #include for getenv()
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jun 26, 2024
1 parent f60fada commit 35d67a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third-party/mimalloc/src/prim/unix/prim.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,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
#include <stdlib.h>

#if defined(__linux__)
#include <features.h>
Expand Down

0 comments on commit 35d67a3

Please sign in to comment.