aboutsummaryrefslogtreecommitdiffstats
path: root/packet-irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-irc.c')
-rw-r--r--packet-irc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-irc.c b/packet-irc.c
index 982c261cac..c9c92c5885 100644
--- a/packet-irc.c
+++ b/packet-irc.c
@@ -1,7 +1,7 @@
/* packet-irc.c
* Routines for IRC packet dissection
*
- * $Id: packet-irc.c,v 1.16 2001/12/10 00:25:29 guy Exp $
+ * $Id: packet-irc.c,v 1.17 2002/01/21 07:36:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -40,7 +40,7 @@
#include <string.h>
#include <glib.h>
-#include "packet.h"
+#include <epan/packet.h>
static int proto_irc = -1;
static int hf_irc_request = -1;