summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorPatrick Luby <plubius@neooffice.org>2023-09-29 14:19:43 -0400
committerAndras Timar <andras.timar@collabora.com>2023-10-06 14:32:14 +0200
commit24d41f7e965ca0dab19bfde1570419c15508ee5d (patch)
tree3e0bd891a74a8ce4f302e47906c0ef245034551b /sal/osl
parentdd928ed5627a0807f8a0763cdbb9447a6705817a (diff)
Fix iOS build breakages when building on macOS Sonoma
Change-Id: I347e48e9da69c8c9b15581a5afa5c61cdd1d380d
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/unx/process.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/osl/unx/process.cxx b/sal/osl/unx/process.cxx
index f75534fdc311..5ad579ae0f72 100644
--- a/sal/osl/unx/process.cxx
+++ b/sal/osl/unx/process.cxx
@@ -40,6 +40,10 @@
#include <machine/param.h>
#endif
+#ifdef IOS
+#include <signal.h>
+#endif
+
#include "system.hxx"
#include "unixerrnostring.hxx"
#if defined(__sun)