diff mcabber/mcabber/otr.h @ 2076:9fb1ccf291cc

Switch to libotr v4 API Patch merged from isbear's mcabber-patches repository (Mikael)
author Myhailo Danylenko <isbear@ukrpost.net>
date Wed, 15 May 2013 13:32:42 +0300
parents e6d355e50d7a
children 0c78d31c753d
line wrap: on
line diff
--- a/mcabber/mcabber/otr.h	Wed May 15 13:32:42 2013 +0300
+++ b/mcabber/mcabber/otr.h	Wed May 15 13:32:42 2013 +0300
@@ -5,6 +5,9 @@
 
 #ifdef HAVE_LIBOTR
 
+#ifndef HAVE_LIBOTR3
+# include <libotr/instag.h>
+#endif
 #include <libotr/proto.h>
 #include <libotr/message.h>
 #include <libotr/privkey.h>