From 25a6252a28d730126a9c20ba3172e2be285d794f Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 24 Jul 2016 14:23:55 +0100 Subject: Moved chat_session.c --- src/otr/otr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/otr') 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 -- cgit 1.4.1-2-gfad0 ='id' value='0841c64a3217594d0d260a0f24616b469447c1b9'/> This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log tree commit diff stats
path: root/.travis.yml
blob: 0e55d3affc894359540b8a93333446a4e0439f57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67