Skip to content

Commit 5953cbd

Browse files
author
Seppo Takalo
authored
Merge pull request #28 from ARMmbed/mbedtls_inc
Include mbedtls/platform.h in test code also.
2 parents ae0579f + a37a6ca commit 5953cbd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/coap-service/unittest/coap_connection_handler/test_coap_connection_handler.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <string.h>
66
#include <inttypes.h>
77
#include "nsdynmemLIB_stub.h"
8+
#include "mbedtls/platform.h"
89
#include "mbedtls/ssl.h"
910
#include "coap_connection_handler.h"
1011
#include "coap_security_handler_stub.h"

test/coap-service/unittest/stub/mbedtls_stub.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#include <inttypes.h>
2424
#include <stdbool.h>
25+
#include "mbedtls/platform.h"
2526
#include "mbedtls/ssl.h"
2627
#include "mbedtls/ctr_drbg.h"
2728
#include "mbedtls/x509_crt.h"

0 commit comments

Comments
 (0)