]> git.lyx.org Git - lyx.git/blobdiff - src/support/unlink.C
hopefully fix tex2lyx linking.
[lyx.git] / src / support / unlink.C
index 648bcca5632614ebeb14275feb3eef581cc119b9..ebdd20eabfb28e88a84b6d797702d7c7f0030e70 100644 (file)
@@ -12,6 +12,9 @@
 
 #include "support/lyxlib.h"
 
+
+namespace lyx {
+
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
@@ -20,3 +23,6 @@ int lyx::support::unlink(std::string const & pathname)
 {
        return ::unlink(pathname.c_str());
 }
+
+
+} // namespace lyx