Skip to content

Commit 304a351

Browse files
Fixed windows-stubs.c build post merge.
Explicitly including tree.h for definitions found there.
1 parent 6af1563 commit 304a351

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libnvme/src/nvme/windows-stubs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <nvme/types.h>
1515

1616
#include "private.h"
17+
#include "tree.h"
1718
#include "compiler-attributes.h"
1819

1920
/* Logging control for stub calls */

0 commit comments

Comments
 (0)