]> git.lyx.org Git - lyx.git/blobdiff - src/ServerSocket.cpp
DocBook: simplify code to handle abstracts.
[lyx.git] / src / ServerSocket.cpp
index ece3549a81df056f5b1ce900ae65922b465a5166..fd903ce18fa4f69898da1516ae4d2acb5b2b2602 100644 (file)
 # include <io.h>
 #endif
 
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
+
 using namespace std;
 using namespace lyx::support;