diff options
author | James Booth <boothj5@gmail.com> | 2014-04-16 20:52:14 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-04-16 20:52:14 +0100 |
commit | d3a23d42e4e6f049c6fdc47589438de772dcd9e4 (patch) | |
tree | 895da8480610e85f98f24b7f42c3c2cd0f0e97c0 | |
parent | ef776e52ca77c95a3f2cfb8a42d675009c257f00 (diff) | |
download | profani-tty-d3a23d42e4e6f049c6fdc47589438de772dcd9e4.tar.gz |
Fixed compile error when using libotr 4.0.0
-rw-r--r-- | src/otr/otrlibv4.c | 2 |
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) { |