diff mcabber/libjabber/xstream.c @ 235:f7f07794d2df

[/trunk] Changeset 248 by mikael * Try to kill some warnings
author mikael
date Fri, 10 Jun 2005 18:42:38 +0000
parents bf3d6e241714
children c3ae9251c197
line wrap: on
line diff
--- a/mcabber/libjabber/xstream.c	Fri Jun 10 17:52:44 2005 +0000
+++ b/mcabber/libjabber/xstream.c	Fri Jun 10 18:42:38 2005 +0000
@@ -17,6 +17,7 @@
  *  Copyright (C) 1998-1999 The Jabber Team http://jabber.org/
  */
 
+#include <time.h>
 #include <libxode.h>
 
 /* xstream is a way to have a consistent method of handling incoming XML Stream based events... it doesn't handle the generation of an XML Stream, but provides some facilities to help do that */