about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-12 01:01:39 +0000
committerJames Booth <boothj5@gmail.com>2013-01-12 01:01:39 +0000
commitdad01d8f84431141eb93cba1409c2a4c01620548 (patch)
treeffa073e761bb8cb23edced11d423461ac9edaed5 /src/profanity.c
parentf8cc0c4d07cdf195372f554f2d1beeaf9182d977 (diff)
downloadprofani-tty-dad01d8f84431141eb93cba1409c2a4c01620548.tar.gz
Renamed room_chat module to muc
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profanity.c b/src/profanity.c
index 3bc624fd..4ca9a52a 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -41,7 +41,7 @@
 #include "log.h"
 #include "preferences.h"
 #include "profanity.h"
-#include "room_chat.h"
+#include "muc.h"
 #include "theme.h"
 #include "jabber.h"
 #include "ui.h"