Include <epan/address.h>, as per a suggestion by Thomas Boehne - not all

dissectors using the address resolution routines need to know about the
"address" structure, so not all of them would include <epan/address.h>
themselves.

svn path=/trunk/; revision=12978
This commit is contained in:
Guy Harris 2005-01-07 11:56:00 +00:00
parent b2aee79a35
commit 88cf75d47f
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
#ifndef __RESOLV_H__
#define __RESOLV_H__
#include <epan/address.h>
#ifndef MAXNAMELEN
#define MAXNAMELEN 64 /* max name length (hostname and port name) */
#endif