mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-19 14:46:58 +08:00
if.c include lwip/if.h
if.c was not including lwip/if.h and failed to build with -Werror=missing-prototypes on gcc/clang
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
|
||||
#if LWIP_SOCKET
|
||||
|
||||
#include "lwip/if.h"
|
||||
#include "lwip/netifapi.h"
|
||||
|
||||
char *
|
||||
|
||||
Reference in New Issue
Block a user