diff options
author | James Booth <boothj5@gmail.com> | 2016-05-04 01:19:51 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-05-04 01:19:51 +0100 |
commit | ccabc08fef90b568ec08a9cf139ff225b28808d1 (patch) | |
tree | f5945c76e944e5aa848f80db7ac238fac356807b /tests/unittests | |
parent | 2e1eb9210a2ed1d543a63dae442d4bd52f547841 (diff) | |
download | profani-tty-ccabc08fef90b568ec08a9cf139ff225b28808d1.tar.gz |
Tidy xmpp headers
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/test_cmd_otr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/test_cmd_otr.c b/tests/unittests/test_cmd_otr.c index 8219479a..9790c3da 100644 --- a/tests/unittests/test_cmd_otr.c +++ b/tests/unittests/test_cmd_otr.c @@ -18,6 +18,7 @@ #include "command/command.h" #include "command/commands.h" #include "window_list.h" +#include "xmpp/xmpp.h" #include "ui/ui.h" #include "ui/stub_ui.h" |