about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-16 20:52:14 +0100
committerJames Booth <boothj5@gmail.com>2014-04-16 20:52:14 +0100
commitd3a23d42e4e6f049c6fdc47589438de772dcd9e4 (patch)
tree895da8480610e85f98f24b7f42c3c2cd0f0e97c0 /src
parentef776e52ca77c95a3f2cfb8a42d675009c257f00 (diff)
downloadprofani-tty-d3a23d42e4e6f049c6fdc47589438de772dcd9e4.tar.gz
Fixed compile error when using libotr 4.0.0
Diffstat (limited to 'src')
-rw-r--r--src/otr/otrlibv4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/otr/otrlibv4.c b/src/otr/otrlibv4.c
index 3b9b643e..01afa868 100644
--- a/src/otr/otrlibv4.c
+++ b/src/otr/otrlibv4.c
@@ -24,6 +24,8 @@
 #include <libotr/privkey.h>
 #include <libotr/message.h>
 
+#include "ui/ui.h"
+
 OtrlPolicy
 otrlib_policy(void)
 {