Compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15480 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2006-10-22 15:38:21 +00:00
parent dc94575f2b
commit b67c57a333

View File

@ -24,9 +24,6 @@
#include "support/forkedcall.h"
namespace lyx {
// HP-UX 11.x doesn't have this header
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
@ -35,6 +32,9 @@ namespace lyx {
# include <sys/time.h>
#endif
namespace lyx {
using boost::shared_ptr;
#ifndef CXX_GLOBAL_CSTD