This commit is contained in:
fiaxh 2017-03-10 17:36:55 +01:00
parent e59b9d2fff
commit cf51e1dee2
1 changed files with 8 additions and 0 deletions

8
gpgme-vala/src/fix.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef GPGME_FIX
#define GPGME_FIX 1
#include <glib.h>
static GRecMutex gpgme_global_mutex;
#endif