diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-11-29 21:19:39 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-11-29 22:17:36 +0100 |
commit | 33a96e45090033d8bf5aa59b1d103873e8f075ef (patch) | |
tree | ca0b66e67ffaaf2bf6877645027b52372efcd95c /vcl | |
parent | 4f8a744c4fcf2c69462af19bd807fee32413158d (diff) |
missing include (for close)
Change-Id: I0795ba6df244c2b2f2bde210dbfb2f4a5181995d
Reviewed-on: https://gerrit.libreoffice.org/84092
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/fontsubset/sft.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx index 5efdf3230977..d359e48b0f80 100644 --- a/vcl/source/fontsubset/sft.cxx +++ b/vcl/source/fontsubset/sft.cxx @@ -32,6 +32,7 @@ #ifdef UNX #include <sys/mman.h> #include <sys/stat.h> +#include <unistd.h> #endif #include <sft.hxx> #include "ttcr.hxx" |