Add in a missing include of "packet-vines.h", to declare

"vines_addr_to_str()".

svn path=/trunk/; revision=916
This commit is contained in:
Guy Harris 1999-10-22 08:56:13 +00:00
parent e30a15f04f
commit 4df22dcab1
1 changed files with 3 additions and 1 deletions

4
file.c
View File

@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
* $Id: file.c,v 1.113 1999/10/22 08:53:40 guy Exp $
* $Id: file.c,v 1.114 1999/10/22 08:56:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -97,6 +97,8 @@
#include "packet-sna.h"
#include "packet-vines.h"
extern GtkWidget *packet_list, *prog_bar, *info_bar, *byte_view, *tree_view;
extern guint file_ctx;
extern int sync_pipe[];