From b2cb6bca96d0cc07e33d04e41cef8e06807ebb42 Mon Sep 17 00:00:00 2001 From: Laurent Morichetti Date: Thu, 31 Aug 2017 07:32:51 -0700 Subject: [PATCH] Include for EBUSY Change-Id: I9fa3417445866f3ce37af2169f623afa8e92e873 [ROCm/ROCR-Runtime commit: 0f05ef73acdae0ee05f0b8e4fffad7c5938fc668] --- .../rocr-runtime/runtime/hsa-runtime/core/util/lnx/os_linux.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/util/lnx/os_linux.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/util/lnx/os_linux.cpp index a5bcb551e1..27ddcfb852 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/util/lnx/os_linux.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/util/lnx/os_linux.cpp @@ -52,6 +52,7 @@ #include #include #include +#include namespace os {