From e075297cc7a43dc657aabe3d3a75c03a297ea454 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Sat, 23 Apr 2005 00:28:45 +0000 Subject: [PATCH] Protect #include with preprocessor guard. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9866 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/pch.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2