mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 09:03:49 +08:00
Fixed some build issues regarding snmp.h
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
#include "lwip/stats.h"
|
||||
|
||||
#include "snmp.h"
|
||||
#include "lwip/snmp.h"
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
void
|
||||
icmp_input(struct pbuf *p, struct netif *inp)
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
|
||||
#include "arch/perf.h"
|
||||
|
||||
#include "snmp.h"
|
||||
#include "lwip/snmp.h"
|
||||
#if LWIP_DHCP
|
||||
#include "lwip/dhcp.h"
|
||||
#endif /* LWIP_DHCP */
|
||||
|
||||
Reference in New Issue
Block a user