mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
patch from Albert Chin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7093 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ad6e8a6e7b
commit
1228d05362
@ -1,3 +1,8 @@
|
||||
2003-06-03 John Levon <levon@movementarian.org>
|
||||
|
||||
* ispell.C: HPUX doesn't have sys/select.h
|
||||
(from Albert Chin)
|
||||
|
||||
2003-06-03 John Levon <levon@movementarian.org>
|
||||
|
||||
* CutAndPaste.C: update tabular and include inset
|
||||
|
@ -21,7 +21,10 @@
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user