aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-29 15:50:18 -0800
committerElliott Hughes <enh@google.com>2014-12-29 15:50:18 -0800
commit88de33b35c4ceac55d774896b5e3be26a5156b34 (patch)
treed846645cbc01c42285e3b10e16e320c650205194
parent32e9830130645f88e7a2ad43556ad4adb3db31d4 (diff)
downloadwrs_omxil_core-88de33b35c4ceac55d774896b5e3be26a5156b34.tar.gz
Fix "hardware/intel/common/wrs_omxil_core/base/src/portbase.cpp:599:15: error: 'ETIMEDOUT' was not declared in this scope".
Change-Id: I856315bf82be5f523b3971f179dd23b362f97f96
-rw-r--r--base/src/portbase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/src/portbase.cpp b/base/src/portbase.cpp
index e939960..efc90a2 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>