Skip to content

Commit 4425dc5

Browse files
committed
windows missing import for STATUS_SUCCESS
1 parent f083346 commit 4425dc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <windows.h>
1414
#include <objbase.h>
1515
#include <bcrypt.h>
16+
#include <ntstatus.h> //for STATUS_SUCCESS
1617
#else
1718
#include <uuid/uuid.h>
1819
#include <unistd.h>

0 commit comments

Comments
 (0)