mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
Enable compilation on various platforms
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9850 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d0daca097c
commit
073215fa69
@ -1,3 +1,7 @@
|
||||
2005-04-21 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* forkedcontr.C: add #include <csignal>.
|
||||
|
||||
2005-04-19 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* forkedcall.C: protect system-specific headers with preprocessor
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#else
|
||||
# include <cerrno>
|
||||
# include <csignal>
|
||||
# include <cstdlib>
|
||||
# include <unistd.h>
|
||||
# include <sys/wait.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user