diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-12-04 16:17:18 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-12-05 02:04:46 +0100 |
commit | 5daa364922ba75442e2aa834095e9bef16d141d9 (patch) | |
tree | 831f4d8e086f907b954581aa58362ae008fbe48f /xmlsecurity/source/gpg/SecurityEnvironment.cxx | |
parent | b19aa21f0efa2aa72c144bacae801aeae59300c0 (diff) |
gpg4libre: add gpgme config header where gpgme.h is included
Also pull in config_lgpl.h in that case.
Change-Id: Iae4e56ee8023066581c562c66305875a0fe15f37
Reviewed-on: https://gerrit.libreoffice.org/45809
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'xmlsecurity/source/gpg/SecurityEnvironment.cxx')
-rw-r--r-- | xmlsecurity/source/gpg/SecurityEnvironment.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/source/gpg/SecurityEnvironment.cxx b/xmlsecurity/source/gpg/SecurityEnvironment.cxx index 2bbcf8ddf79b..152e8c600019 100644 --- a/xmlsecurity/source/gpg/SecurityEnvironment.cxx +++ b/xmlsecurity/source/gpg/SecurityEnvironment.cxx @@ -7,6 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <config_gpgme.h> + #include "SecurityEnvironment.hxx" #include "CertificateImpl.hxx" |