]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.C
fix crash when collapsing ert with cursor inside
[lyx.git] / src / ispell.C
index c14e5da106d763bb97aa73205449e4f75199cdc0..ffe619e6b4a6b67c208f5e94420e1327d33f7c7b 100644 (file)
 
 // HP-UX 11.x doesn't have this header
 #ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
+# include <sys/select.h>
+#endif
+#ifdef HAVE_SYS_TIME_H
+# include <sys/time.h>
 #endif
-#include <sys/time.h>
 
 using boost::shared_ptr;