aboutsummaryrefslogtreecommitdiffstats
path: root/tap-iousers.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-22 07:28:29 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-22 07:28:29 +0000
commit6258d4d9fbf7248b6a7ad9df9f670d9c16bb5f2b (patch)
tree9fe4dca2f46ba222729f9ad63d3e39eedd476d8a /tap-iousers.c
parent0ca460125e4a013b80e96d6b79acb6a293c1276c (diff)
Include <epan/resolv.h> to declare "get_hostname()".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6975 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-iousers.c')
-rw-r--r--tap-iousers.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/tap-iousers.c b/tap-iousers.c
index 85d4bfccf4..a49c8d8d00 100644
--- a/tap-iousers.c
+++ b/tap-iousers.c
@@ -1,7 +1,7 @@
/* tap-iousers.c
* iostat 2003 Ronnie Sahlberg
*
- * $Id: tap-iousers.c,v 1.1 2003/01/22 01:24:04 sahlberg Exp $
+ * $Id: tap-iousers.c,v 1.2 2003/01/22 07:28:29 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,8 +33,9 @@
#endif
#include <string.h>
-#include "epan/packet_info.h"
-#include "epan/packet.h"
+#include <epan/packet_info.h>
+#include <epan/packet.h>
+#include <epan/resolv.h>
#include "tap.h"
#include "register.h"
#include "packet-ip.h"