From: Georg Baum Date: Mon, 19 Feb 2007 12:21:56 +0000 (+0000) Subject: Don't include files inside the lyx namespace (compile fix for gcc 3.2) X-Git-Tag: 1.6.10~10760 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=13fa26d4f7fe82de53f3cd2e0fc6af59d815531b;p=features.git Don't include files inside the lyx namespace (compile fix for gcc 3.2) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17254 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/chdir.C b/src/support/chdir.C index 6ac268772c..e37d9cafbe 100644 --- a/src/support/chdir.C +++ b/src/support/chdir.C @@ -14,9 +14,6 @@ #include "support/filename.h" - -namespace lyx { - #ifdef HAVE_UNISTD_H # include #endif @@ -25,6 +22,9 @@ namespace lyx { # include #endif + +namespace lyx { + int support::chdir(FileName const & name) { #ifdef _WIN32