]> git.lyx.org Git - lyx.git/blobdiff - src/lyxsocket.C
hopefully fix tex2lyx linking.
[lyx.git] / src / lyxsocket.C
index 99758de0be11067d78f9b74430852f4a1f74aeda..0de947676401945c424931c139dfea79178b6e3b 100644 (file)
@@ -31,9 +31,6 @@
 
 #include <cerrno>
 
-
-namespace lyx {
-
 #if defined (_WIN32)
 # include <io.h>
 #endif
@@ -45,6 +42,8 @@ using std::endl;
 using std::string;
 
 
+namespace lyx {
+
 // Address is the unix address for the socket.
 // MAX_CLIENTS is the maximum number of clients
 // that can connect at the same time.