Skip to content

Commit 07eb6bd

Browse files
author
Marcus Chang
committed
Add missing include for TLSSocket
TCP and UDP sockets are automatically available when mbed.h is included in an application. This change lets the TLSSocket be used in the same way.
1 parent 1608fbb commit 07eb6bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/netsocket/nsapi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include "netsocket/UDPSocket.h"
4141
#include "netsocket/TCPSocket.h"
4242
#include "netsocket/TCPServer.h"
43+
#include "netsocket/TLSSocket.h"
4344

4445
#endif
4546

0 commit comments

Comments
 (0)