comphelper/source/misc/lok.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 10adb11704dcb671dc49d90cac1d83b5ce3936ad
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Thu Dec 11 17:04:00 2025 +0100
Commit:     Andras Timar <[email protected]>
CommitDate: Mon Mar 9 09:50:56 2026 +0100

    Missing include
    
    ...for PATH_MAX, after 6112dac3ab1d60097255e227f475aaff3d49d2a0 "cool#13770 
lok:
    add a file save dialog callback"
    
    Change-Id: I976c5ca00c441896042b3eb4565e386c717e4d4b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195478
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>
    (cherry picked from commit a6325b777b7bb9e1c760a4f1a02d48ba0889a7b1)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200977
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Andras Timar <[email protected]>

diff --git a/comphelper/source/misc/lok.cxx b/comphelper/source/misc/lok.cxx
index 59822588ae4b..9a4c2414565d 100644
--- a/comphelper/source/misc/lok.cxx
+++ b/comphelper/source/misc/lok.cxx
@@ -17,6 +17,8 @@
 #include <sal/log.hxx>
 #ifdef _WIN32
 #include <tools/UnixWrappers.h>
+#else
+#include <limits.h>
 #endif
 #include <vcl/task.hxx>
 

Reply via email to