From: Jean-Marc Lasgouttes Date: Wed, 11 Feb 2009 14:34:40 +0000 (+0000) Subject: compilation fix on openbsd (bug 5650) X-Git-Tag: 2.0.0~7254 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=24e29ad498213d0a5cf3351bff75b743b48f77f6;p=lyx.git compilation fix on openbsd (bug 5650) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28445 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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