aboutsummaryrefslogtreecommitdiffstats
path: root/tap-iousers.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-22 07:28:29 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-22 07:28:29 +0000
commit45e0f7c4702c402b642179af035d5c3021c2f990 (patch)
tree9fe4dca2f46ba222729f9ad63d3e39eedd476d8a /tap-iousers.c
parente120160577df46123fa7c0e80e552f708487fef9 (diff)
Include <epan/resolv.h> to declare "get_hostname()".
svn path=/trunk/; revision=6975
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"