mirror of
https://github.com/espressif/openthread.git
synced 2026-08-21 09:59:52 +00:00
[dns] add missing include (#11748)
This commit is contained in:
@@ -33,10 +33,12 @@
|
||||
|
||||
#include "openthread-core-config.h"
|
||||
|
||||
#include "instance/instance.hpp"
|
||||
|
||||
#if OPENTHREAD_CONFIG_DNS_UPSTREAM_QUERY_ENABLE
|
||||
|
||||
#include <openthread/platform/dns.h>
|
||||
|
||||
#include "instance/instance.hpp"
|
||||
|
||||
using namespace ot;
|
||||
|
||||
void otPlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, otMessage *aResponse)
|
||||
@@ -44,4 +46,5 @@ void otPlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *a
|
||||
return AsCoreType(aInstance).Get<Dns::ServiceDiscovery::Server>().OnUpstreamQueryDone(AsCoreType(aTxn),
|
||||
AsCoreTypePtr(aResponse));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user