mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
add header <sys/time.h> for DragonFly BSD
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13655 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
807c2d5310
commit
c981e04e67
@ -27,6 +27,11 @@
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
// struct timeval
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
|
||||
// select()
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
# include <sys/select.h>
|
||||
|
Loading…
Reference in New Issue
Block a user