Include "report_err.h" to declare "report_open_failure()" and
authorGuy Harris <guy@alum.mit.edu>
Sat, 21 Feb 2004 11:13:54 +0000 (11:13 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sat, 21 Feb 2004 11:13:54 +0000 (11:13 -0000)
"report_read_failure()".

svn path=/trunk/; revision=10166

epan/plugins.c

index 3e7f00f189feb8fb1c2f0f3fcf4ce29138deef02..9872a0c5e4edfaaa59a0a80770a55a07ff3803cd 100644 (file)
@@ -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 */