From 35df8f71be737510386114366448e12c3a3a6e64 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 25 May 2023 19:52:58 +0200 Subject: [PATCH] nbft: Add include util/types.h util_uuid_to_string() is define in util/types.h, thus include it. Signed-off-by: Daniel Wagner --- nbft.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nbft.c b/nbft.c index 2b516977..c73413f5 100644 --- a/nbft.c +++ b/nbft.c @@ -10,6 +10,8 @@ #include "libnvme.h" #include "fabrics.h" +#include "util/types.h" + #define NBFT_SYSFS_FILENAME "NBFT*" static void print_connect_msg(nvme_ctrl_t c) -- 2.49.0