aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/plugins.h')
-rw-r--r--epan/plugins.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/plugins.h b/epan/plugins.h
index 6221823b71..1d25afb584 100644
--- a/epan/plugins.h
+++ b/epan/plugins.h
@@ -1,7 +1,7 @@
/* plugins.h
* definitions for plugins structures
*
- * $Id: plugins.h,v 1.3 2000/11/15 09:37:51 guy Exp $
+ * $Id: plugins.h,v 1.4 2000/11/18 21:41:37 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -31,6 +31,7 @@
#include "dfilter.h"
#include "packet.h"
+#include "prefs.h"
typedef struct _plugin {
GModule *handle; /* handle returned by dlopen */