--- vfe/unix/vfeplatform.h.orig 2012-06-19 11:29:39.000000000 -0500 +++ vfe/unix/vfeplatform.h 2012-09-05 08:19:08.000000000 -0500 @@ -94,6 +94,8 @@ #ifndef __VFEPLATFORM_H__ #define __VFEPLATFORM_H__ +#include <sys/types.h> + #include <boost/shared_ptr.hpp> namespace vfePlatform --- vfe/vfesession.h.orig 2012-06-19 11:29:40.000000000 -0500 +++ vfe/vfesession.h 2012-09-05 08:19:13.000000000 -0500 @@ -94,6 +94,8 @@ #ifndef __VFESESSION_H__ #define __VFESESSION_H__ +#include <sys/types.h> + #include <queue> #include "base/image/colourspace.h"