Include "snprintf.h" if necessary, to declare "vsnprintf()".

svn path=/trunk/; revision=224
This commit is contained in:
Guy Harris 1999-03-23 03:54:46 +00:00
parent ef3dfe2077
commit e9b532370c
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* gtkpacket.c
* Routines for GTK+ packet display
*
* $Id: gtkpacket.c,v 1.1 1999/03/23 03:14:34 gram Exp $
* $Id: gtkpacket.c,v 1.2 1999/03/23 03:54:46 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -36,6 +36,10 @@
#include <gtk/gtk.h>
#ifdef NEED_SNPRINTF_H
# include "snprintf.h"
#endif
#include "ethereal.h"
#include "packet.h"