Skip to content

Commit d86d607

Browse files
committed
Fix missing header
1 parent 37d2d07 commit d86d607

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • Objects/mimalloc/prim/windows

Objects/mimalloc/prim/windows/prim.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ terms of the MIT license. A copy of the license can be found in the file
1212
#include "mimalloc/atomic.h"
1313
#include "mimalloc/prim.h"
1414
#include <stdio.h> // fputs, stderr
15+
#include <bcrypt.h> // NTSTATUS
1516

1617
// Xbox has no console IO and cannot use LoadLibrary
1718
#if !defined(WINAPI_FAMILY_PARTITION) || WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM)

0 commit comments

Comments
 (0)