Skip to content

Commit 6a2d2ba

Browse files
authored
Merge pull request #331 from jk-ozlabs/fixes
log.h: include tree.h for nvme_root_t
2 parents a1369c8 + 69ea8a4 commit 6a2d2ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/nvme/log.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
#include <stdbool.h>
99
#include <syslog.h>
1010

11+
/* for nvme_root_t */
12+
#include "tree.h"
13+
1114
#ifndef MAX_LOGLEVEL
1215
# define MAX_LOGLEVEL LOG_DEBUG
1316
#endif

0 commit comments

Comments
 (0)