From 00514af948283a0f692292daa2c74313f3e1ec63 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 2 Apr 2001 09:58:15 +0000 Subject: [PATCH] The plugins code has an API that uses a type from "prefs.h"; include "prefs.h", as otherwise MSVC++ 6.0 won't compile "plugins.c". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3243 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/plugins.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/epan/plugins.c b/epan/plugins.c index c61f32d1c2..8a8003ff7b 100644 --- a/epan/plugins.c +++ b/epan/plugins.c @@ -1,7 +1,7 @@ /* plugins.c * plugin routines * - * $Id: plugins.c,v 1.21 2001/01/28 21:17:28 guy Exp $ + * $Id: plugins.c,v 1.22 2001/04/02 09:58:15 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -60,6 +60,8 @@ #include "filesystem.h" +#include "prefs.h" + #ifdef PLUGINS_NEED_ADDRESS_TABLE #include "plugins/plugin_table.h" static plugin_address_table_t patable; -- 2.34.1