summaryrefslogtreecommitdiff
path: root/epan/addr_resolv.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-07 11:56:00 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-07 11:56:00 +0000
commit88cf75d47fea68dc1a515d803d0d2e7a215be329 (patch)
tree37a59c87c0b8790eed2b704bf091af7429c1c356 /epan/addr_resolv.h
parentb2aee79a35478708820ff656bdb00f539722d35d (diff)
downloadwireshark-88cf75d47fea68dc1a515d803d0d2e7a215be329.tar.gz
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
Diffstat (limited to 'epan/addr_resolv.h')
-rw-r--r--epan/addr_resolv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/addr_resolv.h b/epan/addr_resolv.h
index 8c37ab3272..a9276ea9cb 100644
--- a/epan/addr_resolv.h
+++ b/epan/addr_resolv.h
@@ -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