From 3da29e5f3b36a611018ae2689e8a117ee9486178 Mon Sep 17 00:00:00 2001 From: Gal Hammer Date: Wed, 2 Feb 2022 13:14:45 +0200 Subject: [PATCH] Fix compilation error regarding stdarg.h file Linux includes its own stdarg.h file since version 5.15. This change allows ocf library to compile as part of a kernel module. Signed-off-by: Gal Hammer Signed-off-by: Shai Fultheim --- inc/ocf_logger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ocf_logger.h b/inc/ocf_logger.h index 7b9cc6a..198b696 100644 --- a/inc/ocf_logger.h +++ b/inc/ocf_logger.h @@ -11,8 +11,8 @@ * @brief Logger API */ +#include #include -#include /** * @brief Verbosity levels of context log