Skip to content

Commit e5a781d

Browse files
committed
linux: Add log.h back
We still need log.h for the various log level definitions. Signed-off-by: Daniel Wagner <[email protected]>
1 parent fec5aff commit e5a781d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/nvme/linux.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
#include "linux.h"
3434
#include "tree.h"
35+
#include "log.h"
3536
#include "private.h"
3637

3738
static int __nvme_open(const char *name)

0 commit comments

Comments
 (0)