[Libreoffice-commits] core.git: desktop/source

Stephan Bergmann sbergman at redhat.com
Fri Dec 16 14:20:12 UTC 2016


 desktop/source/app/cmdlinehelp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f54d5cd7a1cd8d0e8d87c1d54931ead4498ac7ce
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Dec 16 15:19:30 2016 +0100

    -Werror,-Wnonportable-include-path (clang-cl)
    
    Change-Id: I2a64b18c707085f7d4485ba46d599e8ab0df2408

diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index 915f060..cd0d46d 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -29,7 +29,7 @@
 #ifdef _WIN32
 #include "windows.h"
 #include "io.h"
-#include "Fcntl.h"
+#include "fcntl.h"
 #endif
 
 namespace desktop


More information about the Libreoffice-commits mailing list