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

New commits:
commit ce44a0326e9e399a23d0adaadcf99f2e62a363d7
Author: Stephan Bergmann <sberg...@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
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to