From e17c7e24d6b7690073798f2420e94aaa94a288c0 Mon Sep 17 00:00:00 2001 From: Christian Sigg Date: Tue, 27 Aug 2019 12:14:42 +0200 Subject: [PATCH] Change #include of libelf.h from quote to angle. Change-Id: Ie940ed0f78e95224e42978381c552861e6d58ee4 [ROCm/ROCR-Runtime commit: 1f177cf9c24a2a387637ae05aa0ad9695e91358d] --- .../runtime/hsa-runtime/libamdhsacode/amd_hsa_code_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code_util.cpp b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code_util.cpp index 922a5364eb..7ada07bc99 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code_util.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code_util.cpp @@ -41,7 +41,7 @@ //////////////////////////////////////////////////////////////////////////////// #include "amd_hsa_code_util.hpp" -#include "libelf.h" +#include #include #include #include