From a964145e974d0dd48b7ff0eaf4d358205189fc92 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 1 Jan 2000 21:11:02 +0000 Subject: [PATCH] Include to declare "gmtime()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1407 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-srvloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packet-srvloc.c b/packet-srvloc.c index 278b7e055f..647b6f59cd 100644 --- a/packet-srvloc.c +++ b/packet-srvloc.c @@ -6,7 +6,7 @@ * In particular I have not had an opportunity to see how it * responds to SRVLOC over TCP. * - * $Id: packet-srvloc.c,v 1.3 1999/12/15 01:48:58 guy Exp $ + * $Id: packet-srvloc.c,v 1.4 2000/01/01 21:11:02 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -54,6 +54,7 @@ #endif #include +#include #include #include "packet.h" #include "packet-ipv6.h" -- 2.34.1