mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-02-06 13:16:42 +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>