]> git.lyx.org Git - lyx.git/blobdiff - src/support/chdir.C
hopefully fix tex2lyx linking.
[lyx.git] / src / support / chdir.C
index c93fdec9a661be424e3c5424930e03720693cf5d..0e220ab210878c84f453d5b51225e93c01b6f0c1 100644 (file)
@@ -12,6 +12,9 @@
 
 #include "support/lyxlib.h"
 
+
+namespace lyx {
+
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
@@ -28,3 +31,6 @@ int lyx::support::chdir(std::string const & name)
        return ::chdir(name.c_str());
 #endif
 }
+
+
+} // namespace lyx