--- vfe/unix/vfeplatform.h.orig	2018-05-27 04:54:06.000000000 -0500
+++ vfe/unix/vfeplatform.h	2019-01-09 15:52:06.000000000 -0600
@@ -36,6 +36,8 @@
 #ifndef __VFEPLATFORM_H__
 #define __VFEPLATFORM_H__
 
+#include <sys/types.h>
+
 #include <boost/shared_ptr.hpp>
 
 namespace vfePlatform
--- vfe/vfesession.h.orig	2018-05-27 04:54:06.000000000 -0500
+++ vfe/vfesession.h	2019-01-09 15:52:06.000000000 -0600
@@ -36,6 +36,8 @@
 #ifndef __VFESESSION_H__
 #define __VFESESSION_H__
 
+#include <sys/types.h>
+
 #include <queue>
 
 #include "base/image/colourspace.h"