aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-05 15:03:38 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-05 15:03:38 +0000
commitb6a052509187d64e06cb6fcf803dfa6319e50eda (patch)
tree46aeefec47106ec9c75296734cb85e94dc8bc3a9 /plugins
parent67f467ddd9a8592791eb1409b17074bb3053a1d8 (diff)
Bugfix from Lars Roland: included missing xdlc.h
svn path=/trunk/; revision=9553
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/plugin_api.h b/plugins/plugin_api.h
index 9aa1a1e24a..2edfc666db 100644
--- a/plugins/plugin_api.h
+++ b/plugins/plugin_api.h
@@ -1,7 +1,7 @@
/* plugin_api.h
* Routines for Ethereal plugins.
*
- * $Id: plugin_api.h,v 1.57 2003/10/29 10:37:28 guy Exp $
+ * $Id: plugin_api.h,v 1.58 2004/01/05 15:03:38 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -53,6 +53,7 @@
#include "tap.h"
#include "asn1.h"
#include "packet-per.h"
+#include "xdlc.h"
#include "epan/except.h"
#include "epan/filesystem.h"