Include utils.h from pgp.c
authorMikael Berthe <mikael@lilotux.net>
Sat, 21 Nov 2015 18:29:15 +0100
changeset 2237 048cff929e4d
parent 2236 41e897b79c8d
child 2238 a34c8b41e0b5
Include utils.h from pgp.c This fixes a compilation warning.
mcabber/mcabber/pgp.c
--- a/mcabber/mcabber/pgp.c	Sat Nov 21 18:23:30 2015 +0100
+++ b/mcabber/mcabber/pgp.c	Sat Nov 21 18:29:15 2015 +0100
@@ -33,6 +33,7 @@
 
 #include "pgp.h"
 #include "settings.h"
+#include "utils.h"
 #include "logprint.h"
 
 #define MIN_GPGME_VERSION "1.1.0"