From e5a781d3e56061f0181f8872f57b946b348b7824 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 3 Mar 2022 18:55:59 +0100 Subject: [PATCH] linux: Add log.h back We still need log.h for the various log level definitions. Signed-off-by: Daniel Wagner --- src/nvme/linux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nvme/linux.c b/src/nvme/linux.c index be32a9eb..2b7b4baa 100644 --- a/src/nvme/linux.c +++ b/src/nvme/linux.c @@ -32,6 +32,7 @@ #include "linux.h" #include "tree.h" +#include "log.h" #include "private.h" static int __nvme_open(const char *name)