mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-10 01:23:48 +08:00
snmp.h: Fix header include guard
This commit is contained in:
@@ -35,8 +35,8 @@
|
|||||||
* Author: Dirk Ziegelmeier <dziegel@gmx.de>
|
* Author: Dirk Ziegelmeier <dziegel@gmx.de>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#ifndef LWIP_HDR_SNMP_MIB2_H
|
#ifndef LWIP_HDR_SNMP_H
|
||||||
#define LWIP_HDR_SNMP_MIB2_H
|
#define LWIP_HDR_SNMP_H
|
||||||
|
|
||||||
#include "lwip/opt.h"
|
#include "lwip/opt.h"
|
||||||
#include "lwip/ip_addr.h"
|
#include "lwip/ip_addr.h"
|
||||||
@@ -188,4 +188,4 @@ void mib2_udp_unbind(struct udp_pcb *pcb);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* LWIP_HDR_SNMP_MIB2_H */
|
#endif /* LWIP_HDR_SNMP_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user