aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-05 15:03:38 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-05 15:03:38 +0000
commitb2d73612279f0a60330bc6229eeaa02288f3a0aa (patch)
tree46aeefec47106ec9c75296734cb85e94dc8bc3a9 /epan/plugins.c
parent4f99d64b548142efaeb1473a79e47a8c7db925a6 (diff)
Bugfix from Lars Roland: included missing xdlc.h
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9553 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/plugins.c')
-rw-r--r--epan/plugins.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/plugins.c b/epan/plugins.c
index cd7578149e..3e7f00f189 100644
--- a/epan/plugins.c
+++ b/epan/plugins.c
@@ -1,7 +1,7 @@
/* plugins.c
* plugin routines
*
- * $Id: plugins.c,v 1.77 2003/09/24 18:35:07 guy Exp $
+ * $Id: plugins.c,v 1.78 2004/01/05 15:02:08 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -68,6 +68,7 @@
#include "tap.h"
#include "asn1.h"
#include "packet-per.h"
+#include "xdlc.h"
#include "plugins/plugin_table.h"
static plugin_address_table_t patable = {
/* file generated by plugin_gen.py */