Ethereal-dev: Re: [Ethereal-dev] epan/addr_resolv.h should include epan/address.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 07 Jan 2005 03:56:14 -0800
Thomas Boehne wrote:

my plugin fails to compile because epan/addr_resolv.h uses the type
"address" without including address.h. I could fix it by changing the
includes in my plugin, but I think addr_resolv.h should include
address.h.

I've checked in a change to do that.