From 16a9531a4d724c4adbeda216c2c52a83ea21c659 Mon Sep 17 00:00:00 2001 From: Harish Kasiviswanathan Date: Fri, 3 Dec 2021 12:19:45 -0500 Subject: [PATCH] rocm_smi_lib: add stdbool.h needed for C90 'bool' keyword is supported only from C99 onwards. Include stdbool.h for older compilers Signed-off-by: Harish Kasiviswanathan Change-Id: I09fd5cf6eac20e7185e85a1123bc4826958b2b7c [ROCm/rocm_smi_lib commit: 8de6ed2b8d490760b1900c1dfa54845452e10c7a] --- projects/rocm-smi-lib/include/rocm_smi/rocm_smi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocm-smi-lib/include/rocm_smi/rocm_smi.h b/projects/rocm-smi-lib/include/rocm_smi/rocm_smi.h index a85f0dc950..77090fac6d 100755 --- a/projects/rocm-smi-lib/include/rocm_smi/rocm_smi.h +++ b/projects/rocm-smi-lib/include/rocm_smi/rocm_smi.h @@ -51,6 +51,7 @@ extern "C" { #endif // __cplusplus #include +#include #include "rocm_smi/kfd_ioctl.h"