| commit | 54387d1d35cb79a30be208052831de74efd8b2f2 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Thu May 13 08:48:56 2021 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Thu May 13 11:07:16 2021 +0200 |
| tree | af9e44becf41c58473e795a1cd1b380ae79d65f8 | |
| parent | bb4341d76974887d473fcee1e1b1d5a9ea8f5c26 [diff] |
error: use of undeclared identifier '_exit' Change-Id: I6802c8afe4b02ec8398fa9d62728694ddc6f770f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115539 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/vcl/headless/headlessinst.cxx b/vcl/headless/headlessinst.cxx index e1694c4..a644613 100644 --- a/vcl/headless/headlessinst.cxx +++ b/vcl/headless/headlessinst.cxx
@@ -9,6 +9,7 @@ #include <headless/svpinst.hxx> #include <headless/svpdummies.hxx> #include <unx/gendata.hxx> #include <unistd.h> class HeadlessSalInstance : public SvpSalInstance {