diff options
author | James Booth <boothj5@gmail.com> | 2016-07-24 14:23:55 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-24 14:23:55 +0100 |
commit | 25a6252a28d730126a9c20ba3172e2be285d794f (patch) | |
tree | dbf41290e7ebd09861fefb4e13d283f9a5e066cd /src/otr | |
parent | 0649aad80d9d76e793801e105e021a7175bb64a1 (diff) | |
download | profani-tty-25a6252a28d730126a9c20ba3172e2be285d794f.tar.gz |
Moved chat_session.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 b3ce4e5f..c9769d35 100644 --- a/src/otr/otr.c +++ b/src/otr/otr.c @@ -47,7 +47,7 @@ #include "ui/ui.h" #include "xmpp/xmpp.h" #include "config/preferences.h" -#include "chat_session.h" +#include "xmpp/chat_session.h" #define PRESENCE_ONLINE 1 #define PRESENCE_OFFLINE 0 |