From: Angus Leeming Date: Sat, 23 Apr 2005 00:28:45 +0000 (+0000) Subject: Protect #include with preprocessor guard. X-Git-Tag: 1.6.10~14358 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e075297cc7a43dc657aabe3d3a75c03a297ea454;p=features.git Protect #include with preprocessor guard. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9866 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/pch.h b/src/pch.h index 010094feb4..053b278860 100644 --- a/src/pch.h +++ b/src/pch.h @@ -23,7 +23,9 @@ #include #include -#include +#ifdef HAVE_SYS_SELECT_H +# include +#endif #include #include