Browse Source

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.

Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
pull/92264/head
Łukasz Duda 2 weeks ago committed by Daniel DeGrasse
parent
commit
2f8a8f72ea
  1. 1
      modules/openthread/platform/diag.c

1
modules/openthread/platform/diag.c

@ -10,6 +10,7 @@ @@ -10,6 +10,7 @@
#include <openthread/error.h>
#include <openthread/platform/alarm-milli.h>
#include <openthread/platform/diag.h>
#include <openthread/platform/logging.h>
#include <openthread/platform/radio.h>
#include "platform-zephyr.h"

Loading…
Cancel
Save