Skip to content

Commit 2f23184

Browse files
committed
[nrf fromlist] net: openthread: Add missing include for logging in diag.c
This commit adds logging.h header to the diag.c file to ensure all symbols are declared. Upstream PR #: 92111 Signed-off-by: Łukasz Duda <[email protected]>
1 parent 54e409e commit 2f23184

File tree

1 file changed

+1
-0
lines changed
  • modules/openthread/platform

1 file changed

+1
-0
lines changed

modules/openthread/platform/diag.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <openthread/error.h>
1111
#include <openthread/platform/alarm-milli.h>
1212
#include <openthread/platform/diag.h>
13+
#include <openthread/platform/logging.h>
1314
#include <openthread/platform/radio.h>
1415

1516
#include "platform-zephyr.h"

0 commit comments

Comments
 (0)