From: Daniel Wagner Date: Thu, 25 May 2023 17:51:29 +0000 (+0200) Subject: nbft: Add stdlib.h include X-Git-Tag: v2.5~85 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1c8533a5e524b743572fb79ce744fbe70d306886;p=users%2Fsagi%2Fnvme-cli.git nbft: Add stdlib.h include calloc() and free() are defined in stdlib.h, thus include the definition. Signed-off-by: Daniel Wagner --- diff --git a/nbft.c b/nbft.c index b0f8a418..2b516977 100644 --- a/nbft.c +++ b/nbft.c @@ -3,6 +3,7 @@ #include #include #include +#include #include "nvme.h" #include "nbft.h"