mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-12-10 16:56:44 +08:00
LWIP_NETCONN and LWIP_SOCKET are defined in opt.h, so move #include "lwip/opt.h" out of #if LWIP_NETCONN || LWIP_SOCKET guard. Signed-off-by: Axel Lin <axel.lin@ingics.com>