commit 699087a794cd22621e21c5f5f1c8d200157fa15b
parent e7a9d02d925c7bba7d059d85fa67b7a319ab9e4e
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Fri, 1 Mar 2019 14:43:20 +0100
Fix previous commit
Functions from pgp_utils.c were not included in the resulting
shared object file
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/plugins/pgpcore/pgp_utils.c b/src/plugins/pgpcore/pgp_utils.c
@@ -18,13 +18,13 @@
*
*/
-#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"