diff options
Diffstat (limited to 'src/static.c')
-rw-r--r-- | src/static.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static.c b/src/static.c index 19d2c54..5b34ddb 100644 --- a/src/static.c +++ b/src/static.c @@ -13,8 +13,8 @@ terms of the MIT license. A copy of the license can be found in the file #undef _POSIX_C_SOURCE #endif -#include "../include/mimalloc.h" -#include "../include/mimalloc-internal.h" +#include "mimalloc.h" +#include "mimalloc-internal.h" // For a static override we create a single object file // containing the whole library. If it is linked first |