about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-04-19 00:28:22 +0100
committerDominik Heidler <dominik@heidler.eu>2016-04-26 23:50:55 +0200
commitfcf486d6b2db786e08c3ff05a7b0b58dc8ce698f (patch)
treeab50d5335799fb6d19e1e17dba56335b42011b56 /tests
parent167553ae8f7e549461f72540c5536dd201e437bf (diff)
downloadprofani-tty-fcf486d6b2db786e08c3ff05a7b0b58dc8ce698f.tar.gz
Added include to fix tests
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_cmd_pgp.c1
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"