summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-04-27 17:22:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-27 17:23:12 +0200
commitce44a0326e9e399a23d0adaadcf99f2e62a363d7 (patch)
tree92e0f8342bd94d378ae4eb2516e3d5be3a73aac9 /sfx2
parent1a07ebfc3df68f37ba77567308534cc6360a2ecb (diff)
Missing #include <errno.h>
Change-Id: I79490015faf57a3f84395fa9ba29dd17503b9ef6
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/filedlghelper.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx
index 43f643ebe052..0fcc340bdbd2 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