patch by Thomas Faber: patch #8241: Fix implicit declaration of ip_input with LWIP_TCPIP_CORE_LOCKING_INPUT disabled

This commit is contained in:
Simon Goldschmidt 2014-01-14 21:32:45 +01:00
parent 51012d07cc
commit 2cf5eec62f
2 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,10 @@ HISTORY
++ 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
* timers.c: patch #8244 make timeouts usable reliably from outside of the
timeout routine

View File

@ -46,6 +46,7 @@
#include "lwip/pbuf.h"
#include "lwip/tcpip.h"
#include "lwip/init.h"
#include "lwip/ip.h"
#include "netif/etharp.h"
#include "netif/ppp_oe.h"