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 <gal.hammer@huawei.com> Signed-off-by: Shai Fultheim <shai.fultheim@huawei.com>
This commit is contained in:
parent
76684ed8a9
commit
3da29e5f3b
@ -11,8 +11,8 @@
|
||||
* @brief Logger API
|
||||
*/
|
||||
|
||||
#include <ocf_env.h>
|
||||
#include <ocf/ocf_types.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
/**
|
||||
* @brief Verbosity levels of context log
|
||||
|
Loading…
Reference in New Issue
Block a user