Skip to content

Commit 2dca6b3

Browse files
committed
logging: Include sys/util.h in log_backend.h
The UTIL_CAT macro which is used in log_backend.h is implemented in sys/util.h. Fixes #21045. Signed-off-by: Carles Cufi <[email protected]>
1 parent 240d519 commit 2dca6b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/logging/log_backend.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <logging/log_msg.h>
1010
#include <stdarg.h>
1111
#include <sys/__assert.h>
12+
#include <sys/util.h>
1213

1314
#ifdef __cplusplus
1415
extern "C" {

0 commit comments

Comments
 (0)