]> git.lyx.org Git - lyx.git/blobdiff - src/support/getcwd.C
hopefully fix tex2lyx linking.
[lyx.git] / src / support / getcwd.C
index 47f3446e81b9a2c11a46930fe778b176eb208308..40b61a6a2609410f5e9e394ad683d5c580551182 100644 (file)
@@ -15,6 +15,9 @@
 #include <boost/scoped_array.hpp>
 
 #include <cerrno>
+
+
+namespace lyx {
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
@@ -63,3 +66,6 @@ string const lyx::support::getcwd()
                result = tbuf.get();
        return result;
 }
+
+
+} // namespace lyx