From 24e29ad498213d0a5cf3351bff75b743b48f77f6 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 11 Feb 2009 14:34:40 +0000 Subject: [PATCH] compilation fix on openbsd (bug 5650) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28445 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/socktools.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/support/socktools.cpp b/src/support/socktools.cpp index 2b73887d61..aac25a2857 100644 --- a/src/support/socktools.cpp +++ b/src/support/socktools.cpp @@ -39,6 +39,9 @@ int accept(int) #include "support/debug.h" +#ifdef HAVE_SYS_TYPES_H +# include +#endif #include #include #include -- 2.39.2