tests: logging: Add missing header

This test was not include log header that is being used.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2020-01-28 21:28:15 -08:00 committed by Anas Nashif
commit fdae5305f4

View file

@ -9,6 +9,7 @@
* @brief Test log message * @brief Test log message
*/ */
#include <logging/log.h>
#include <logging/log_output.h> #include <logging/log_output.h>
#include <tc_util.h> #include <tc_util.h>