From: Rob F. <rob...@us...> - 2002-01-30 04:39:36
|
Update of /cvsroot/gaim/gaim/src/protocols/jabber In directory usw-pr-cvs1:/tmp/cvs-serv19957 Modified Files: xstream.c Log Message: hmm Index: xstream.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/jabber/xstream.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- xstream.c 2001/07/31 01:00:38 1.1 +++ xstream.c 2002/01/30 04:39:34 1.2 @@ -18,6 +18,7 @@ */ #include <libxode.h> +#include <time.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 */ |