mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
patch by Thomas Faber: patch #8241: Fix implicit declaration of ip_input with LWIP_TCPIP_CORE_LOCKING_INPUT disabled
This commit is contained in:
parent
51012d07cc
commit
2cf5eec62f
@ -80,6 +80,10 @@ HISTORY
|
|||||||
|
|
||||||
++ Bugfixes:
|
++ Bugfixes:
|
||||||
|
|
||||||
|
2014-01-14: Simo Goldschmidt (patch by Thomas Faber)
|
||||||
|
* tcpip.c: patch #8241: Fix implicit declaration of ip_input with
|
||||||
|
LWIP_TCPIP_CORE_LOCKING_INPUT disabled
|
||||||
|
|
||||||
2014-01-14: chrysn
|
2014-01-14: chrysn
|
||||||
* timers.c: patch #8244 make timeouts usable reliably from outside of the
|
* timers.c: patch #8244 make timeouts usable reliably from outside of the
|
||||||
timeout routine
|
timeout routine
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
#include "lwip/pbuf.h"
|
#include "lwip/pbuf.h"
|
||||||
#include "lwip/tcpip.h"
|
#include "lwip/tcpip.h"
|
||||||
#include "lwip/init.h"
|
#include "lwip/init.h"
|
||||||
|
#include "lwip/ip.h"
|
||||||
#include "netif/etharp.h"
|
#include "netif/etharp.h"
|
||||||
#include "netif/ppp_oe.h"
|
#include "netif/ppp_oe.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user