aboutsummaryrefslogtreecommitdiffstats
path: root/gtkpacket.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-03-23 19:41:51 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-03-23 19:41:51 +0000
commit6cbabed4c24c5a2132b5e0f9debf35527d260887 (patch)
tree84ba439e6259143165ddc6356fdbc1c925264e55 /gtkpacket.c
parent8865cae8112f7ee168f31a2969c00d148d249c89 (diff)
Fixed compilation warning on Solaris 2.6
svn path=/trunk/; revision=226
Diffstat (limited to 'gtkpacket.c')
-rw-r--r--gtkpacket.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtkpacket.c b/gtkpacket.c
index cade746e74..dcdee0a57a 100644
--- a/gtkpacket.c
+++ b/gtkpacket.c
@@ -1,7 +1,7 @@
/* gtkpacket.c
* Routines for GTK+ packet display
*
- * $Id: gtkpacket.c,v 1.2 1999/03/23 03:54:46 guy Exp $
+ * $Id: gtkpacket.c,v 1.3 1999/03/23 19:41:51 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,6 +40,7 @@
# include "snprintf.h"
#endif
+#include <stdio.h>
#include "ethereal.h"
#include "packet.h"