diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-03 12:17:07 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-03 17:39:54 +0100 |
commit | bd41e8bca9ee4f8f7a171fdbf4848506b3a49d47 (patch) | |
tree | 9d7f4ba5fe7aadc0d210fe4ee1970e398e12fab9 | |
parent | 80b10090ce2027570d4ea4818bccb07ad4573d7e (diff) |
Adapt for stuff that moved to the -dbus library
-rw-r--r-- | src/room-config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/room-config.c b/src/room-config.c index 30e413d..da00db9 100644 --- a/src/room-config.c +++ b/src/room-config.c @@ -22,6 +22,7 @@ #include "idle-muc-channel.h" #include <telepathy-glib/telepathy-glib.h> +#include <telepathy-glib/telepathy-glib-dbus.h> #define IDLE_DEBUG_FLAG IDLE_DEBUG_MUC #include "idle-debug.h" |