Fix compilation with LWIP_DEBUG

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
Jarno Malmari 2023-03-10 14:52:54 +02:00 committed by Simon Goldschmidt
parent ba306bcdaa
commit e55896319b

View File

@ -576,6 +576,10 @@ const struct altcp_functions altcp_proxyconnect_functions = {
altcp_default_get_tcp_addrinfo,
altcp_default_get_ip,
altcp_default_get_port
#if LWIP_TCP_KEEPALIVE
, altcp_default_keepalive_disable
, altcp_default_keepalive_enable
#endif
#ifdef LWIP_DEBUG
, altcp_default_dbg_get_tcp_state
#endif