summaryrefslogtreecommitdiff
path: root/src/muc-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/muc-channel.c')
-rw-r--r--src/muc-channel.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/muc-channel.c b/src/muc-channel.c
index c83ca1de..f0efbc1d 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+#include "muc-channel.h"
+
#include <dbus/dbus-glib.h>
#include <stdio.h>
#include <stdlib.h>
@@ -33,8 +36,6 @@
/* Maximum time to wait for others joining the group */
#define CONNECTED_TIMEOUT 60 * 1000
-#include "muc-channel.h"
-
#include <wocky/wocky.h>
#include <telepathy-glib/interfaces.h>