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

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