mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
Office team is proud to announce LibreOffice 7.5 Community, the new major release of the volunteer-supported free office suite for desktop productivity Read more: https://blog.documentfoundation.org/blog/2023/02/02/tdf-announces-libreoffice-75-community/
10 lines
290 B
C++
10 lines
290 B
C++
--- basic/source/runtime/methods.cxx.orig 2022-12-22 00:14:09 UTC
|
|
+++ basic/source/runtime/methods.cxx
|
|
@@ -95,6 +95,7 @@ using namespace com::sun::star::uno;
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <errno.h>
|
|
+#include <unistd.h>
|
|
|
|
#include <sbobjmod.hxx>
|
|
#include <sbxmod.hxx>
|