]> git.lyx.org Git - lyx.git/blobdiff - src/ServerSocket.cpp
Account for old versions of Pygments
[lyx.git] / src / ServerSocket.cpp
index 72a70d4edaac9bcede9ede09fa9d0709055ce3c8..fd903ce18fa4f69898da1516ae4d2acb5b2b2602 100644 (file)
 #include "support/debug.h"
 #include "support/environment.h"
 #include "support/FileName.h"
+#include "support/lassert.h"
 #include "support/socktools.h"
 
-#include "support/bind.h"
+#include <boost/assert.hpp>
 
 #include <cerrno>
+#include <cstring>
 #include <ostream>
 
 #if defined (_WIN32)
 # include <io.h>
 #endif
 
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
+
 using namespace std;
 using namespace lyx::support;