]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.C
move some selection related stuff over to textcursor.C
[lyx.git] / src / ispell.C
index 4cd221f1822fec91e4bb27ce7fdfd35cf92a5e90..ee75bf507c6748e6eebaf4778136737e2ea4c785 100644 (file)
 #include "support/forkedcall.h"
 #include "support/lstrings.h"
 
+// HP-UX 11.x doesn't have this header
+#ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
+#endif
 #include <sys/time.h>
 
 #ifndef CXX_GLOBAL_CSTD