Skip to content

Commit 6e3d2ce

Browse files
Re-add ZephyrSocket.h include
Signed-off-by: Caldeira, Quentin <QuentinCaldeira@eaton.com>
1 parent 9ce6ee0 commit 6e3d2ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/inet/UDPEndPointImplSockets.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
#define INADDR_ANY 0
5858
#endif
5959

60+
#if CHIP_SYSTEM_CONFIG_USE_ZEPHYR_SOCKET_EXTENSIONS
61+
#include "ZephyrSocket.h"
62+
#endif // CHIP_SYSTEM_CONFIG_USE_ZEPHYR_SOCKET_EXTENSIONS
63+
6064
/*
6165
* Some systems define both IPV6_{ADD,DROP}_MEMBERSHIP and
6266
* IPV6_{JOIN,LEAVE}_GROUP while others only define

0 commit comments

Comments
 (0)