aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lwapp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-08-06 19:57:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-08-06 19:57:49 +0000
commit2b68bb76417021b996c0163f6c80ba59423a447a (patch)
tree82d8efc2349c5298877c38219c13ba063494bc97 /epan/dissectors/packet-lwapp.c
parentc86c4a5fe6b949a621a10c7b4ff2cf33aee7f5a0 (diff)
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]). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11615 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-lwapp.c')
-rw-r--r--epan/dissectors/packet-lwapp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lwapp.c b/epan/dissectors/packet-lwapp.c
index ee23838bce..984cf5ff38 100644
--- a/epan/dissectors/packet-lwapp.c
+++ b/epan/dissectors/packet-lwapp.c
@@ -39,7 +39,7 @@
#include <epan/filesystem.h>
#include "xmlstub.h"
#include <epan/packet.h>
-#include <epan/resolv.h>
+#include <epan/addr_resolv.h>
#include "prefs.h"