Add #include "plugins.h" to get definition of HAVE_PLUGINS

svn path=/trunk/; revision=1793
This commit is contained in:
Gilbert Ramirez 2000-04-04 16:33:57 +00:00
parent 9a564888ab
commit 8bbf14cfce
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* packet.c
* Routines for packet disassembly
*
* $Id: packet.c,v 1.73 2000/04/04 07:02:56 guy Exp $
* $Id: packet.c,v 1.74 2000/04/04 16:33:57 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -90,6 +90,8 @@
#include "resolv.h"
#endif
#include "plugins.h"
extern capture_file cf;
static int proto_frame = -1;