about summary refs log tree commit diff stats
path: root/src/muc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/muc.h')
-rw-r--r--src/muc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/muc.h b/src/muc.h
index f2685b96..86ebabcb 100644
--- a/src/muc.h
+++ b/src/muc.h
@@ -25,9 +25,9 @@
 
 #include <glib.h>
 
-#include "autocomplete.h"
 #include "contact.h"
 #include "jid.h"
+#include "tools/autocomplete.h"
 
 void muc_join_room(const char * const room, const char * const nick);
 void muc_leave_room(const char * const room);