am 88de33b3: Fix "hardware/intel/common/wrs_omxil_core/base/src/portbase.cpp:599:15: error: \'ETIMEDOUT\' was not declared in this scope".

* commit '88de33b35c4ceac55d774896b5e3be26a5156b34':
  Fix "hardware/intel/common/wrs_omxil_core/base/src/portbase.cpp:599:15: error: 'ETIMEDOUT' was not declared in this scope".
diff --git a/base/src/portbase.cpp b/base/src/portbase.cpp
index a43fe86..de91e7c 100644
--- a/base/src/portbase.cpp
+++ b/base/src/portbase.cpp
@@ -16,6 +16,7 @@
  * limitations under the License.
  */
 
+#include <errno.h>
 #include <stdlib.h>
 #include <string.h>