mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-04-16 08:43:17 +00:00
patch #7329: tcp_timer_needed prototype was ifdef'ed out for LWIP_TIMERS==0
This commit is contained in:
parent
32f02325f9
commit
231a6cecb4
@ -233,6 +233,10 @@ HISTORY
|
|||||||
|
|
||||||
++ Bugfixes:
|
++ Bugfixes:
|
||||||
|
|
||||||
|
2010-11-20: Simon Goldschmidt
|
||||||
|
* timers.c: patch #7329: tcp_timer_needed prototype was ifdef'ed out for
|
||||||
|
LWIP_TIMERS==0
|
||||||
|
|
||||||
2010-11-20: Simon Goldschmidt
|
2010-11-20: Simon Goldschmidt
|
||||||
* sockets.c: Fixed bug #31170: lwip_setsockopt() does not set socket number
|
* sockets.c: Fixed bug #31170: lwip_setsockopt() does not set socket number
|
||||||
|
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
#include "lwip/opt.h"
|
#include "lwip/opt.h"
|
||||||
|
|
||||||
#include "lwip/timers.h"
|
#include "lwip/timers.h"
|
||||||
|
#include "lwip/tcp_impl.h"
|
||||||
|
|
||||||
#if LWIP_TIMERS
|
#if LWIP_TIMERS
|
||||||
|
|
||||||
@ -49,7 +50,6 @@
|
|||||||
#include "lwip/memp.h"
|
#include "lwip/memp.h"
|
||||||
#include "lwip/tcpip.h"
|
#include "lwip/tcpip.h"
|
||||||
|
|
||||||
#include "lwip/tcp_impl.h"
|
|
||||||
#include "lwip/ip_frag.h"
|
#include "lwip/ip_frag.h"
|
||||||
#include "netif/etharp.h"
|
#include "netif/etharp.h"
|
||||||
#include "lwip/dhcp.h"
|
#include "lwip/dhcp.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user