Protect #include <sys/select.h> with preprocessor guard.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9866 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-04-23 00:28:45 +00:00
parent dfad748f27
commit e075297cc7

View File

@ -23,7 +23,9 @@
#include <boost/utility.hpp>
#include <fcntl.h>
#include <sys/select.h>
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif
#include <sys/stat.h>
#include <sys/time.h>