diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-09-29 10:38:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-09-29 10:38:07 +0100 |
commit | fc67b4476c9cdaa01c6ea008be592ff08731d1b1 (patch) | |
tree | 14f66ee10a1531651eeb9fa65ff8d2605b6aef9a /vcl/workben | |
parent | 08e5cd8afe703237dbf54c0b81fab78ea27adb93 (diff) |
fix oss-fuzz build
Change-Id: I68f85c652d70eb57227137b03356975556af8e24
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/commonfuzzer.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/workben/commonfuzzer.hxx b/vcl/workben/commonfuzzer.hxx index f2a1dbb04e2c..f1079ce7621c 100644 --- a/vcl/workben/commonfuzzer.hxx +++ b/vcl/workben/commonfuzzer.hxx @@ -19,6 +19,7 @@ #include <rtl/bootstrap.hxx> #include <rtl/strbuf.hxx> #include <osl/file.hxx> +#include <osl/process.h> #include <vcl/print.hxx> #include <vcl/svapp.hxx> #include <vcl/wmf.hxx> |