diff options
author | James Booth <boothj5@gmail.com> | 2016-04-26 21:34:06 +0100 |
---|---|---|
committer | Dominik Heidler <dominik@heidler.eu> | 2016-04-26 23:50:56 +0200 |
commit | 4ca6296fb7fe57d24b809939473360d1a52b3d13 (patch) | |
tree | 5ec313f4b3785c6565f3db0b9dbd0d1e3d4dd207 /src/otr | |
parent | 65960dfbb23b0541e5148d2f14dfc5fc57c390bd (diff) | |
download | profani-tty-4ca6296fb7fe57d24b809939473360d1a52b3d13.tar.gz |
Fix OSX compile
Diffstat (limited to 'src/otr')
-rw-r--r-- | src/otr/otr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c index c119e896..b1cf1e16 100644 --- a/src/otr/otr.c +++ b/src/otr/otr.c @@ -45,6 +45,7 @@ #include "window_list.h" #include "contact.h" #include "ui/ui.h" +#include "xmpp/xmpp.h" #include "config/preferences.h" #include "chat_session.h" |