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".

svn path=/trunk/; revision=3243
This commit is contained in:
Guy Harris 2001-04-02 09:58:15 +00:00
parent d42a2a652f
commit 0a6b7f6f39
1 changed files with 3 additions and 1 deletions

View File

@ -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 <gerald@zing.org>
@ -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;