Skip to content

Commit f0eba17

Browse files
author
Antti Kauppila
committed
Added missing include
1 parent f26074c commit f0eba17

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

TESTS/netsocket/dns/asynchronous_dns_timeouts.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#include "utest.h"
2222
#include "dns_tests.h"
2323

24-
#include "nsapi_dns.h"
25-
2624
using namespace utest::v1;
2725

2826
namespace {

TESTS/network/multihoming/multihoming_tests.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*/
1717

1818
#include "mbed.h"
19+
#include "nsapi_dns.h"
1920

2021
#ifndef MULTIHOMING_TESTS_H
2122
#define MULTIHOMING_TESTS_H

0 commit comments

Comments
 (0)