From 9b8cf706d6b0ff83472af53c31b96c4c2f55f6b7 Mon Sep 17 00:00:00 2001 From: fiaxh Date: Fri, 10 Mar 2017 16:16:48 +0100 Subject: Outfactor PGP into pgpme-vala --- gpgme-vala/src/fix.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gpgme-vala/src/fix.c (limited to 'gpgme-vala/src/fix.c') diff --git a/gpgme-vala/src/fix.c b/gpgme-vala/src/fix.c new file mode 100644 index 00000000..76aff720 --- /dev/null +++ b/gpgme-vala/src/fix.c @@ -0,0 +1,3 @@ +#include + +static GRecMutex gpgme_global_mutex = {0}; -- cgit v1.2.3-54-g00ecf