diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-07 11:24:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-07 11:24:03 +0000 |
commit | 39efec060719bb2654ba20844ba02429371a4ffb (patch) | |
tree | 6165552557db378b7461c3e8a45071edaec42fed | |
parent | 6751ed9e438f19e4062f1eea91e9dbab3040b6ad (diff) |
oss-fuzz build failure
Change-Id: I27e822ac2432eb2746ed9181cee158012e54252e
-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 b7f397af4011..899baa5ff979 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -610,6 +610,7 @@ print ("""/* #include <config_features.h> #include <config_gpgme.h> #include <osl/detail/component-mapping.h> +#include <string.h> """) if not options.pure_c: |