]> git.lyx.org Git - lyx.git/commitdiff
Add #include <sys/types.h> // needed for pid_t
authorAngus Leeming <leeming@lyx.org>
Wed, 27 Feb 2002 12:51:20 +0000 (12:51 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 27 Feb 2002 12:51:20 +0000 (12:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3596 a592a061-630c-0410-9148-cb99ea01b6c8

src/graphics/GraphicsConverter.h
src/support/forkedcontr.h

index 536a84013d2a66538c15ca0ea9d2756b29ac9018..51bac226e343b0660a24c1a6a9d046383fcc0dd4 100644 (file)
@@ -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
index 967ecc9c246b470c5ea37184edd563badfa5407d..96db3f9655a50c00d99e6720b1c635528de401fa 100644 (file)
@@ -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