aboutsummaryrefslogtreecommitdiffstats
path: root/packet-srvloc.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-01 21:11:02 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-01 21:11:02 +0000
commita964145e974d0dd48b7ff0eaf4d358205189fc92 (patch)
tree19e29a211f4fee7e9ec692abb1b12b3384695677 /packet-srvloc.c
parent3b32ab2f3349c1ba34fea57b3361f2b8de5724cb (diff)
Include <time.h> to declare "gmtime()".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1407 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-srvloc.c')
-rw-r--r--packet-srvloc.c3
1 files changed, 2 insertions, 1 deletions
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 <gerald@unicom.net>
@@ -54,6 +54,7 @@
#endif
#include <string.h>
+#include <time.h>
#include <glib.h>
#include "packet.h"
#include "packet-ipv6.h"