]> git.lyx.org Git - lyx.git/blobdiff - src/ServerSocket.cpp
Update Win installer for new dictionary links. Untested.
[lyx.git] / src / ServerSocket.cpp
index ece3549a81df056f5b1ce900ae65922b465a5166..3544235bba0340fd1e3e07b200d4195c1e5b9d82 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "DispatchResult.h"
 #include "FuncRequest.h"
-#include "LyX.h"
 #include "LyXAction.h"
 
 #include "frontends/Application.h"
 # include <io.h>
 #endif
 
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
+
 using namespace std;
 using namespace lyx::support;