Skip to content

Commit c366bb4

Browse files
authored
Merge pull request #12236 from evedon/ed-baremetal-build-failures
Fix baremetal build failures
2 parents dc63202 + 8a4bba3 commit c366bb4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

TESTS/netsocket/dns/asynchronous_dns_multi_ip.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18+
#if defined(MBED_CONF_RTOS_PRESENT)
19+
1820
#include "mbed.h"
1921
#include "greentea-client/test_env.h"
2022
#include "unity.h"
@@ -116,3 +118,4 @@ void ASYNCHRONOUS_DNS_MULTI_IP()
116118
TEST_ASSERT_EQUAL(0, result_dns_failure);
117119
TEST_ASSERT_EQUAL(0, result_exp_timeout);
118120
}
121+
#endif // defined(MBED_CONF_RTOS_PRESENT)

features/storage/TESTS/kvstore/static_tests/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#include "utest/utest.h"
2525
#include "kvstore_global_api.h"
2626

27+
#include <cstring>
28+
2729
using namespace utest::v1;
2830
using namespace mbed;
2931

0 commit comments

Comments
 (0)