summaryrefslogtreecommitdiff
path: root/epan/plugins.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-03-06 09:40:58 +0000
committerJörg Mayer <jmayer@loplof.de>2005-03-06 09:40:58 +0000
commit8b13213e85b4085f4c72fb8b42df9ebd8c1541ca (patch)
tree08e815c26fc1e8ab776ca7c61caa04b85ef66b7e /epan/plugins.c
parent9432483a143c0edfbd73057814afd3130d0726be (diff)
downloadwireshark-8b13213e85b4085f4c72fb8b42df9ebd8c1541ca.tar.gz
Warning fix:
plugins.c:236: warning: implicit declaration of function 'report_failure' svn path=/trunk/; revision=13625
Diffstat (limited to 'epan/plugins.c')
-rw-r--r--epan/plugins.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/plugins.c b/epan/plugins.c
index 8cde30c563..bd5a94d3aa 100644
--- a/epan/plugins.c
+++ b/epan/plugins.c
@@ -30,6 +30,7 @@
# include "snprintf.h"
#endif
+#include "epan.h"
#include "plugins.h"
#ifdef HAVE_PLUGINS