]> git.lyx.org Git - features.git/commitdiff
Compile fix
authorEnrico Forestieri <forenr@lyx.org>
Sun, 22 Oct 2006 15:38:21 +0000 (15:38 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 22 Oct 2006 15:38:21 +0000 (15:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15480 a592a061-630c-0410-9148-cb99ea01b6c8

src/ispell.C

index 4ed34d48e2ff33a37e99f274b0cea5c7c345f0b3..ab7dfcb89cac694017d7e8c1f1b041f91fa76e28 100644 (file)
@@ -24,9 +24,6 @@
 
 #include "support/forkedcall.h"
 
-
-namespace lyx {
-
 // HP-UX 11.x doesn't have this header
 #ifdef HAVE_SYS_SELECT_H
 # include <sys/select.h>
@@ -35,6 +32,9 @@ namespace lyx {
 # include <sys/time.h>
 #endif
 
+
+namespace lyx {
+
 using boost::shared_ptr;
 
 #ifndef CXX_GLOBAL_CSTD