mimalloc
mimalloc copied to clipboard
Add a missing #include
This change fixes the "implicit declaration of function 'getenv'" warning. Since stdlib.h is completely portable, as it is defined by the C standard, we can safely include it unconditionally.