about summary refs log tree commit diff stats
path: root/src/muc.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-28 22:24:47 +0000
committerJames Booth <boothj5@gmail.com>2013-01-28 22:24:47 +0000
commit7255ef5e1c03aa09ebffc8636a0b49a76ff3f07a (patch)
treef2608b7828e95ca193dd5ee9218f8dd9c5940b2f /src/muc.h
parentcb24ba8be175e0ddde93a0e01c286ee7cab2b241 (diff)
downloadprofani-tty-7255ef5e1c03aa09ebffc8636a0b49a76ff3f07a.tar.gz
Added xmpp_presence.c
Diffstat (limited to 'src/muc.h')
-rw-r--r--src/muc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/muc.h b/src/muc.h
index efd637fd..f2685b96 100644
--- a/src/muc.h
+++ b/src/muc.h
@@ -26,6 +26,8 @@
 #include <glib.h>
 
 #include "autocomplete.h"
+#include "contact.h"
+#include "jid.h"
 
 void muc_join_room(const char * const room, const char * const nick);
 void muc_leave_room(const char * const room);