summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-09-06 14:20:22 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-09-07 14:56:56 +0100
commit61ef28a7b70026a55eb1cb0401541e9708246bf0 (patch)
treeaad04ecfe572faeaf074c400ded098ceef71c9ae
parent8985f2ad9e601f3c8017044b41aa192041200292 (diff)
message-channel: add missing include
This previously wasn't missing but gabble had an erroneous include so masked this problem. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--gabble/message-channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gabble/message-channel.h b/gabble/message-channel.h
index f9e3821..ee8340a 100644
--- a/gabble/message-channel.h
+++ b/gabble/message-channel.h
@@ -25,6 +25,8 @@
#include <telepathy-glib/base-channel.h>
+#include <wocky/wocky-stanza.h>
+
#include <gabble/connection.h>
G_BEGIN_DECLS