From 9c036b1d3db253a1fd43ce76ce1d919e2029af59 Mon Sep 17 00:00:00 2001 From: Kacper Kasper Date: Sun, 25 Feb 2018 02:55:15 +0100 Subject: Make LibreOffice buildable on Haiku. * Obviously VCL wiring is missing, but most components do build. Change-Id: Ie853ada1423a8f4c2b647be59cd47a7730c42978 Reviewed-on: https://gerrit.libreoffice.org/50293 Tested-by: Jenkins Reviewed-by: Michael Meeks --- idlc/source/idlccompile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idlc') diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx index c2a4e045aea6..7a065428c1f2 100644 --- a/idlc/source/idlccompile.cxx +++ b/idlc/source/idlccompile.cxx @@ -33,7 +33,7 @@ #include #include #if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD) || \ - defined(AIX) || defined(OPENBSD) || defined(DRAGONFLY) + defined(AIX) || defined(OPENBSD) || defined(DRAGONFLY) || defined(HAIKU) #include #else #include -- cgit