Fix previous commit
authorAndrej Kacian <ticho@claws-mail.org>
Fri, 1 Mar 2019 13:43:20 +0000 (14:43 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Fri, 1 Mar 2019 13:44:08 +0000 (14:44 +0100)
Functions from pgp_utils.c were not included in the resulting
shared object file

src/plugins/pgpcore/pgp_utils.c

index 0cfeca475085dea35059ebcaa6445bfcee4c5766..41c5d47c34562b73701202b1d04e5c8b39624c4a 100644 (file)
  * 
  */
 
-#ifdef USE_GPGME
-
 #ifdef HAVE_CONFIG_H
 #  include "config.h"
 #include "claws-features.h"
 #endif
 
+#ifdef USE_GPGME
+
 #include <glib.h>
 
 #include "pgp_utils.h"