From Kikuchi Ayamura: include <ucd-snmp/ucd-snmp-config.h> to fix IRIX

compilation problems.

svn path=/trunk/; revision=5073
This commit is contained in:
Guy Harris 2002-04-01 22:00:00 +00:00
parent f681e6f92c
commit c0565b3fbe
3 changed files with 8 additions and 1 deletions

View File

@ -1127,6 +1127,11 @@ Blair Cooper <blair[AT]teamon.com> {
WebDAV support
}
Kikuchi Ayamura <ayamura[AT]ayamura.org> {
Include <ucd-snmp/ucd-snmp-config.h> to fix IRIX compilation
problems
}
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.

View File

@ -1393,6 +1393,7 @@ B<http://www.ethereal.com>.
Steven French <sfrench[AT]us.ibm.com>
Diana Eichert <deicher[AT]sandia.gov>
Blair Cooper <blair[AT]teamon.com>
Kikuchi Ayamura <ayamura[AT]ayamura.org>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.

View File

@ -8,7 +8,7 @@
*
* See RFCs 1905, 1906, 1909, and 1910 for SNMPv2u.
*
* $Id: packet-snmp.c,v 1.90 2002/03/31 22:43:47 guy Exp $
* $Id: packet-snmp.c,v 1.91 2002/04/01 21:59:59 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -60,6 +60,7 @@
#include "packet-ipx.h"
#ifdef HAVE_UCD_SNMP
# include <ucd-snmp/ucd-snmp-config.h>
# include <ucd-snmp/asn1.h>
# include <ucd-snmp/snmp_api.h>
# include <ucd-snmp/snmp_impl.h>