about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/connection.h')
-rw-r--r--src/xmpp/connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index 3c0c1bff..b5701252 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -25,6 +25,8 @@
 
 #include <strophe.h>
 
+#include "resource.h"
+
 xmpp_conn_t *connection_get_conn(void);
 xmpp_ctx_t *connection_get_ctx(void);
 int connection_error_handler(xmpp_conn_t * const conn,