]> git.lyx.org Git - lyx.git/blobdiff - src/support/chdir.C
tostr -> convert and some bformat work
[lyx.git] / src / support / chdir.C
index 743241eb3ab6cdbd1ee9a2fac05b04a73b0b3e14..a3065fb26ab3c2653c1960a850eb27e61854b186 100644 (file)
@@ -5,16 +5,16 @@
  *
  * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#include <unistd.h>
-
 #include "support/lyxlib.h"
 
-int lyx::support::chdir(string const & name)
+#include <unistd.h>
+
+int lyx::support::chdir(std::string const & name)
 {
 #ifndef __EMX__
        return ::chdir(name.c_str());