Merge pull request #655 from hammerg/linux_stdarg_h

Fix compilation error regarding stdarg.h file
This commit is contained in:
Robert Baldyga
2022-02-07 16:28:25 +01:00
committed by GitHub

View File

@@ -11,8 +11,8 @@
* @brief Logger API * @brief Logger API
*/ */
#include <ocf_env.h>
#include <ocf/ocf_types.h> #include <ocf/ocf_types.h>
#include <stdarg.h>
/** /**
* @brief Verbosity levels of context log * @brief Verbosity levels of context log