[config] include logging.h (#11766)

This commit includes `<openthread/platform/logging.h>` because
it uses `OT_LOG_LEVEL_CRIT`.
This commit is contained in:
Yakun Xu
2025-07-31 08:05:58 +08:00
committed by GitHub
parent 8bd5d73f9d
commit 590c56e238
+2
View File
@@ -34,6 +34,8 @@
#ifndef CONFIG_LOGGING_H_
#define CONFIG_LOGGING_H_
#include <openthread/platform/logging.h>
/**
* @addtogroup config-logging
*