Skip to content

Commit

Permalink
linux: Add log.h back
Browse files Browse the repository at this point in the history
We still need log.h for the various log level definitions.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Mar 3, 2022
1 parent fec5aff commit e5a781d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nvme/linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#include "linux.h"
#include "tree.h"
#include "log.h"
#include "private.h"

static int __nvme_open(const char *name)
Expand Down

0 comments on commit e5a781d

Please sign in to comment.