Browse Source

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

STABLE-2_1_x
Simon Goldschmidt 12 years ago
parent
commit
2cf5eec62f
  1. 4
      CHANGELOG
  2. 1
      src/api/tcpip.c

4
CHANGELOG

@ -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

1
src/api/tcpip.c

@ -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"

Loading…
Cancel
Save