]> git.lyx.org Git - lyx.git/blobdiff - src/support/socktools.cpp
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / support / socktools.cpp
index 3b9574871f3ed94e99d49997e7e718e99667a651..aac25a2857e15eace0a57affa001fefb44dd104c 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author João Luis M. Assirati
+ * \author João Luis M. Assirati
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -39,6 +39,9 @@ int accept(int)
 
 #include "support/debug.h"
 
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <fcntl.h>