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 "lwip/stats.h"
#include "snmp.h" #include "lwip/snmp.h"
/*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/
void void
icmp_input(struct pbuf *p, struct netif *inp) icmp_input(struct pbuf *p, struct netif *inp)

View File

@ -55,7 +55,7 @@
#include "arch/perf.h" #include "arch/perf.h"
#include "snmp.h" #include "lwip/snmp.h"
#if LWIP_DHCP #if LWIP_DHCP
#include "lwip/dhcp.h" #include "lwip/dhcp.h"
#endif /* LWIP_DHCP */ #endif /* LWIP_DHCP */

View File

@ -28,7 +28,7 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $Id: udp.c,v 1.18 2003/02/10 13:47:47 likewise Exp $ * $Id: udp.c,v 1.19 2003/02/10 21:58:34 davidhaas Exp $
*/ */
/*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/
@ -50,7 +50,7 @@
#include "lwip/stats.h" #include "lwip/stats.h"
#include "arch/perf.h" #include "arch/perf.h"
#include "snmp.h" #include "lwip/snmp.h"
/*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/

View File

@ -123,6 +123,8 @@ void snmp_inc_udpoutdatagrams(void);
#define snmp_inc_ipoutdiscards() #define snmp_inc_ipoutdiscards()
#define snmp_inc_ipoutrequests() #define snmp_inc_ipoutrequests()
#define snmp_inc_ipunknownprotos() #define snmp_inc_ipunknownprotos()
#define snmp_inc_ipnoroutes()
#define snmp_inc_ipforwdatagrams()
// ICMP // ICMP
#define snmp_inc_icmpinmsgs() #define snmp_inc_icmpinmsgs()