diff options
author | James Booth <boothj5@gmail.com> | 2016-04-19 00:28:22 +0100 |
---|---|---|
committer | Dominik Heidler <dominik@heidler.eu> | 2016-04-26 23:50:55 +0200 |
commit | fcf486d6b2db786e08c3ff05a7b0b58dc8ce698f (patch) | |
tree | ab50d5335799fb6d19e1e17dba56335b42011b56 /tests/unittests | |
parent | 167553ae8f7e549461f72540c5536dd201e437bf (diff) | |
download | profani-tty-fcf486d6b2db786e08c3ff05a7b0b58dc8ce698f.tar.gz |
Added include to fix tests
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/test_cmd_pgp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/test_cmd_pgp.c b/tests/unittests/test_cmd_pgp.c index b1d0ab52..68d48b0c 100644 --- a/tests/unittests/test_cmd_pgp.c +++ b/tests/unittests/test_cmd_pgp.c @@ -9,6 +9,7 @@ #include "config.h" #include "command/commands.h" +#include "xmpp/xmpp.h" #include "ui/stub_ui.h" |