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 <Harish.Kasiviswanathan@amd.com>
Change-Id: I09fd5cf6eac20e7185e85a1123bc4826958b2b7c
[ROCm/amdsmi commit: 8de6ed2b8d]
Šī revīzija ir iekļauta:
@@ -51,6 +51,7 @@ extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "rocm_smi/kfd_ioctl.h"
|
||||
|
||||
|
||||
Atsaukties uz šo jaunā problēmā
Block a user