Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 3213014

Browse files
author
Jay Logue
committed
Fix compile failure in lock example
-- Added missing LwIP header to InetInterface.cpp. Apparently this header gets included via some other path in the standalone LwIP build.
1 parent 71f49e3 commit 3213014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inet/InetInterface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include <InetLayer/IPPrefix.h>
3939

4040
#if WEAVE_SYSTEM_CONFIG_USE_LWIP
41+
#include <lwip/tcpip.h>
4142
#include <lwip/sys.h>
4243
#include <lwip/netif.h>
4344
#endif // WEAVE_SYSTEM_CONFIG_USE_LWIP

0 commit comments

Comments
 (0)