Skip to content

Commit

Permalink
logging: Include sys/util.h in log_backend.h
Browse files Browse the repository at this point in the history
The UTIL_CAT macro which is used in log_backend.h is implemented in
sys/util.h.

Fixes zephyrproject-rtos#21045.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
  • Loading branch information
carlescufi committed Dec 3, 2019
1 parent 58e2057 commit dc9892f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/logging/log_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <logging/log_msg.h>
#include <stdarg.h>
#include <sys/__assert.h>
#include <sys/util.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit dc9892f

Please sign in to comment.