]> git.lyx.org Git - lyx.git/blobdiff - src/support/mkdir.C
Make it possible to uses non-ascii labelstring, endlabelstring and
[lyx.git] / src / support / mkdir.C
index e9b77ac733efcd022aa5c515a7edb4bc8b52abaa..a667e4fc913c10753765d3a0de16ce08a48b7978 100644 (file)
@@ -19,9 +19,6 @@
 # include <sys/types.h>
 #endif
 #include <fcntl.h>
-
-
-namespace lyx {
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
@@ -32,6 +29,9 @@ namespace lyx {
 # include <windows.h>
 #endif
 
+namespace lyx {
+
+
 int lyx::support::mkdir(std::string const & pathname, unsigned long int mode)
 {
        // FIXME: why don't we have mode_t in lyx::mkdir prototype ??