aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-06-30 17:57:53 +0000
committerGuy Harris <guy@alum.mit.edu>2004-06-30 17:57:53 +0000
commitbafd97687399ae6b648f3fc709fb4e73e6c07867 (patch)
tree83dc5ea536747b5b016a2a538c25c6caf3b285fd /plugins
parente26fa0cbbb3823efe4a4d18f29486458a0d03ae1 (diff)
Include "crc16.h" to handle "crc16_ccitt_tvb()".
svn path=/trunk/; revision=11284
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 176cac35a1..73e9f594ce 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.62 2004/06/19 10:13:27 guy Exp $
+ * $Id: plugin_api.h,v 1.63 2004/06/30 17:57:53 guy Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -57,6 +57,7 @@
#include "packet-per.h"
#include "packet-ber.h"
#include "xdlc.h"
+#include "crc16.h"
#include "epan/except.h"
#include "epan/filesystem.h"