mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Add #include <sys/types.h> // needed for pid_t
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3596 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0a8d0c71a3
commit
3b041cc66d
@ -25,6 +25,7 @@
|
||||
#include <boost/utility.hpp>
|
||||
#include <sigc++/signal_system.h>
|
||||
#include <list>
|
||||
#include <sys/types.h> // needed for pid_t
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include <vector>
|
||||
#include "LString.h"
|
||||
#include <sigc++/signal_system.h>
|
||||
#include <sys/types.h> // needed for pid_t
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface
|
||||
|
Loading…
Reference in New Issue
Block a user