From 6cbabed4c24c5a2132b5e0f9debf35527d260887 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Tue, 23 Mar 1999 19:41:51 +0000 Subject: [PATCH] Fixed compilation warning on Solaris 2.6 svn path=/trunk/; revision=226 --- gtkpacket.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ -40,6 +40,7 @@ # include "snprintf.h" #endif +#include #include "ethereal.h" #include "packet.h"