mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 09:57:47 +00:00
[netdiag] include netdiag.h header in network_diagnostic_tlvs.hpp (#8639)
The `network_diagnostic_tlvs.hpp` defines the net diag TLVs and uses the public definitions (constants) from `openthread/netdiag.h` but did not include it directly. This commit ensures we include it directly.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
|
||||
#include "openthread-core-config.h"
|
||||
|
||||
#include <openthread/netdiag.h>
|
||||
#include <openthread/thread.h>
|
||||
|
||||
#include "common/clearable.hpp"
|
||||
|
||||
Reference in New Issue
Block a user