mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 13:34:38 +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:
parent
fbfe987ae8
commit
6fbec25c8f
@ -40,6 +40,7 @@
|
||||
|
||||
#if LWIP_SOCKET
|
||||
|
||||
#include "lwip/if.h"
|
||||
#include "lwip/netifapi.h"
|
||||
|
||||
char *
|
||||
|
Loading…
x
Reference in New Issue
Block a user