diff -r 28ab2bad1b21 -r 0f5b7374df86 src/protocols/jabber/xstream.c --- a/src/protocols/jabber/xstream.c Wed Jan 30 04:36:19 2002 +0000 +++ b/src/protocols/jabber/xstream.c Wed Jan 30 04:39:34 2002 +0000 @@ -18,6 +18,7 @@ */ #include +#include /* 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 */