diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-08-06 19:57:49 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-08-06 19:57:49 +0000 |
commit | 3a583aeb59d627fa6ed3221e7214d7989d98be32 (patch) | |
tree | 82d8efc2349c5298877c38219c13ba063494bc97 /epan/dissectors/packet-isis-hello.c | |
parent | dbe1fe229ef63b40fdffcbc15dbee2c2575de8ee (diff) | |
download | wireshark-3a583aeb59d627fa6ed3221e7214d7989d98be32.tar.gz wireshark-3a583aeb59d627fa6ed3221e7214d7989d98be32.tar.bz2 wireshark-3a583aeb59d627fa6ed3221e7214d7989d98be32.zip |
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-isis-hello.c')
-rw-r--r-- | epan/dissectors/packet-isis-hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isis-hello.c b/epan/dissectors/packet-isis-hello.c index f7518d5bfa..e23c6f3385 100644 --- a/epan/dissectors/packet-isis-hello.c +++ b/epan/dissectors/packet-isis-hello.c @@ -35,7 +35,7 @@ #include "packet-isis.h" #include "packet-isis-clv.h" #include "packet-isis-hello.h" -#include "epan/resolv.h" +#include "epan/addr_resolv.h" /* hello packets */ static int hf_isis_hello_circuit_reserved = -1; |