summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-auto_rp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-08-06 19:57:49 +0000
committerGuy Harris <guy@alum.mit.edu>2004-08-06 19:57:49 +0000
commit3a583aeb59d627fa6ed3221e7214d7989d98be32 (patch)
tree82d8efc2349c5298877c38219c13ba063494bc97 /epan/dissectors/packet-auto_rp.c
parentdbe1fe229ef63b40fdffcbc15dbee2c2575de8ee (diff)
downloadwireshark-3a583aeb59d627fa6ed3221e7214d7989d98be32.tar.gz
From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an
include of <resolv.h> in any system header file gets the system <resolv.h> (needed for builds on Tru64 with GTK+ 1.2[.x]). svn path=/trunk/; revision=11615
Diffstat (limited to 'epan/dissectors/packet-auto_rp.c')
-rw-r--r--epan/dissectors/packet-auto_rp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-auto_rp.c b/epan/dissectors/packet-auto_rp.c
index 2bfc62cfcf..8033fac6f9 100644
--- a/epan/dissectors/packet-auto_rp.c
+++ b/epan/dissectors/packet-auto_rp.c
@@ -32,7 +32,7 @@
#include <string.h>
#include <glib.h>
#include <epan/packet.h>
-#include <epan/resolv.h>
+#include <epan/addr_resolv.h>
static gint proto_auto_rp = -1;
static gint ett_auto_rp = -1;