diff options
author | James Booth <boothj5@gmail.com> | 2016-07-24 15:08:47 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-24 15:08:47 +0100 |
commit | 90b9b48ab957f72aba9db664104ec04df986877e (patch) | |
tree | 9aafd02af415d24d2c5b5b5025fcc2b49a9a9303 /src/otr | |
parent | cc32bb773811cbdc098f27ce32cb389e6a0163a9 (diff) | |
download | profani-tty-90b9b48ab957f72aba9db664104ec04df986877e.tar.gz |
Moved roster_list.c
Diffstat (limited to 'src/otr')
-rw-r--r-- | src/otr/otr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c index 2ece01f3..bcf64e66 100644 --- a/src/otr/otr.c +++ b/src/otr/otr.c @@ -41,7 +41,7 @@ #include "otr/otr.h" #include "otr/otrlib.h" #include "log.h" -#include "roster_list.h" +#include "xmpp/roster_list.h" #include "window_list.h" #include "xmpp/contact.h" #include "ui/ui.h" |