# HG changeset patch # User Rob Flynn # Date 1012365574 0 # Node ID bd983bced1d34188d70158d45786764dbfb52635 # Parent 6df089d51b11c7c37b4816161677a84d7646c595 [gaim-migrate @ 2955] hmm committer: Tailor Script diff -r 6df089d51b11 -r bd983bced1d3 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 */