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:
John Levon 2003-06-03 15:49:15 +00:00
parent ad6e8a6e7b
commit 1228d05362
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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