summaryrefslogtreecommitdiff
path: root/epan/plugins.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-21 11:13:54 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-21 11:13:54 +0000
commit6ab89ff776825ebcc2bbd280fe6b8daaf6fce692 (patch)
tree99923d83aeeb62fd426e9c9cf3d8d8c4dca81461 /epan/plugins.c
parent5e60a77f7d21cacd51f549f05f3226c02273eaed (diff)
downloadwireshark-6ab89ff776825ebcc2bbd280fe6b8daaf6fce692.tar.gz
Include "report_err.h" to declare "report_open_failure()" and
"report_read_failure()". svn path=/trunk/; revision=10166
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 3e7f00f189..9872a0c5e4 100644
--- a/epan/plugins.c
+++ b/epan/plugins.c
@@ -1,7 +1,7 @@
/* plugins.c
* plugin routines
*
- * $Id: plugins.c,v 1.78 2004/01/05 15:02:08 ulfl Exp $
+ * $Id: plugins.c,v 1.79 2004/02/21 11:13:54 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -69,6 +69,7 @@
#include "asn1.h"
#include "packet-per.h"
#include "xdlc.h"
+#include "report_err.h"
#include "plugins/plugin_table.h"
static plugin_address_table_t patable = {
/* file generated by plugin_gen.py */