about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-06-29 08:58:38 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-06-29 09:17:15 +0200
commita40a0f51895025b23384bba680e8d48cfe62c607 (patch)
tree9604397aa3614a12fa1252ef5351656d8d9b9995 /src/command
parent5fabca1e3746634eed2be3244313af173c1b6a7d (diff)
downloadprofani-tty-a40a0f51895025b23384bba680e8d48cfe62c607.tar.gz
Split ox functions from gpg.c to ox.c
Diffstat (limited to 'src/command')
-rw-r--r--src/command/cmd_funcs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index fbea6bc2..7e08a783 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -98,6 +98,7 @@
 
 #ifdef HAVE_LIBGPGME
 #include "pgp/gpg.h"
+#include "pgp/ox.h"
 #include "xmpp/ox.h"
 #endif