[Libreoffice-commits] .: sfx2/source

Stephan Bergmann sbergmann at kemper.freedesktop.org
Fri Apr 27 08:23:19 PDT 2012


 sfx2/source/dialog/filedlghelper.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ce44a0326e9e399a23d0adaadcf99f2e62a363d7
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Apr 27 17:22:43 2012 +0200

    Missing #include <errno.h>
    
    Change-Id: I79490015faf57a3f84395fa9ba29dd17503b9ef6

diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx
index 43f643e..0fcc340 100644
--- a/sfx2/source/dialog/filedlghelper.cxx
+++ b/sfx2/source/dialog/filedlghelper.cxx
@@ -102,7 +102,9 @@
 #include <sfxlocal.hrc>
 #include <rtl/oustringostreaminserter.hxx>
 #include <rtl/strbuf.hxx>
+
 #ifdef UNX
+#include <errno.h>
 #include <sys/stat.h>
 #endif
 


More information about the Libreoffice-commits mailing list