[Libreoffice-commits] core.git: vcl/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Fri Nov 29 21:18:47 UTC 2019
vcl/source/fontsubset/sft.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 33a96e45090033d8bf5aa59b1d103873e8f075ef
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Nov 29 21:19:39 2019 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Nov 29 22:17:36 2019 +0100
missing include (for close)
Change-Id: I0795ba6df244c2b2f2bde210dbfb2f4a5181995d
Reviewed-on: https://gerrit.libreoffice.org/84092
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
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"
More information about the Libreoffice-commits
mailing list