This commit is contained in:
Reece Wilson 2021-06-04 19:26:53 +01:00
parent 12b85694b3
commit 928a568c95
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ This is free software; you can redistribute it and/or modify it under the
terms of the MIT license. A copy of the license can be found in the file
"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#include "AuroraEnvrionment.h"
#include "AuroraEnvironment.h"
#include "mimalloc.h"
#include "mimalloc-internal.h"

View File

@ -4,7 +4,7 @@ This is free software; you can redistribute it and/or modify it under the
terms of the MIT license. A copy of the license can be found in the file
"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#include "AuroraEnvrionment.h"
#include "AuroraEnvironment.h"
#ifndef _DEFAULT_SOURCE
#define _DEFAULT_SOURCE // ensure mmap flags are defined

View File

@ -4,7 +4,7 @@ This is free software; you can redistribute it and/or modify it under the
terms of the MIT license. A copy of the license can be found in the file
"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#include "AuroraEnvrionment.h"
#include "AuroraEnvironment.h"
#include "mimalloc.h"
#include "mimalloc-internal.h"