Skip to content

Commit aeb62c2

Browse files
committed
fix double quote includes
1 parent 4ba32c3 commit aeb62c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mimalloc-types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ terms of the MIT license. A copy of the license can be found in the file
1010

1111
#include <stddef.h> // ptrdiff_t
1212
#include <stdint.h> // uintptr_t, uint16_t, etc
13-
#include <mimalloc-atomic.h> // _Atomic
13+
#include "mimalloc-atomic.h" // _Atomic
1414

1515
#ifdef _MSC_VER
1616
#pragma warning(disable:4214) // bitfield is not int

0 commit comments

Comments
 (0)