]> git.lyx.org Git - lyx.git/blobdiff - src/support/socktools.cpp
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / support / socktools.cpp
index 7537e126043afd9f91b5ec37b2f4fe45237d8b8f..3b9574871f3ed94e99d49997e7e718e99667a651 100644 (file)
@@ -37,8 +37,6 @@ int accept(int)
 
 #else // defined (HAVE_FCNTL)
 
-#include "support/lyxlib.h"
-
 #include "support/debug.h"
 
 #include <sys/socket.h>
@@ -49,6 +47,8 @@ int accept(int)
 #endif
 
 #include <cerrno>
+#include <string>
+#include <cstring>
 
 using namespace std;