diff options
author | Tor Lillqvist <tml@iki.fi> | 2018-08-27 20:13:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2018-08-27 22:29:49 +0300 |
commit | 1721e474e8944e69e3f100c8003d40734123d323 (patch) | |
tree | c2f8e4bb8c46f821592b7633276c7b0a8aa0c616 /solenv | |
parent | 71527a308a4b32284830911a055087d05d078a71 (diff) |
Avoid 'HAVE_FEATURE_GPGME' is not defined, evaluates to 0 [-Werror,-Wundef]
Change-Id: Ic788c84171747c31a686da7c523da72b0f838742
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 06c16550b8b0..0056fb1a6dc3 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -470,6 +470,7 @@ print ("""/* */ #include <config_features.h> +#include <config_gpgme.h> #include <osl/detail/component-mapping.h> """) |