summaryrefslogtreecommitdiff
path: root/src/rexmpp_openpgp.c
diff options
context:
space:
mode:
authordefanor <defanor@thunix.net>2024-05-08 22:52:30 +0300
committerdefanor <defanor@thunix.net>2024-05-08 22:52:30 +0300
commit8f58562a524b825d45b7f8f0e60b75383749cfbc (patch)
treec8d651748485893b7d6822e81445b2b64054bb72 /src/rexmpp_openpgp.c
parent9ac356511b2da0602a7f02ff54b30f2ab0bba07d (diff)
Fix builds with --disable-callsHEADmaster
Diffstat (limited to 'src/rexmpp_openpgp.c')
-rw-r--r--src/rexmpp_openpgp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rexmpp_openpgp.c b/src/rexmpp_openpgp.c
index 14e2d35..72fd38b 100644
--- a/src/rexmpp_openpgp.c
+++ b/src/rexmpp_openpgp.c
@@ -48,6 +48,7 @@ Possible future improvements:
#include <gpgme.h>
#endif
#include <gcrypt.h>
+#include <errno.h>
#include "rexmpp.h"
#include "rexmpp_xml.h"