Fixed some build issues regarding snmp.h

This commit is contained in:
davidhaas
2003-02-10 21:58:34 +00:00
parent daebdd1d77
commit dc49999124
4 changed files with 6 additions and 4 deletions

View File

@@ -42,7 +42,7 @@
#include "lwip/stats.h"
#include "snmp.h"
#include "lwip/snmp.h"
/*-----------------------------------------------------------------------------------*/
void
icmp_input(struct pbuf *p, struct netif *inp)

View File

@@ -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 */