mirror of
https://github.com/espressif/openthread.git
synced 2026-08-20 17:39:51 +00:00
Remove extern "C" from cpp files. (#1595)
This commit is contained in:
@@ -35,6 +35,12 @@
|
||||
#ifndef OPENTHREAD_DNS_H_
|
||||
#define OPENTHREAD_DNS_H_
|
||||
|
||||
#ifdef OPENTHREAD_CONFIG_FILE
|
||||
#include OPENTHREAD_CONFIG_FILE
|
||||
#else
|
||||
#include <openthread-config.h>
|
||||
#endif
|
||||
|
||||
#include <openthread/types.h>
|
||||
#include <openthread/message.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user