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
Этот коммит содержится в:
Harish Kasiviswanathan
2021-12-03 12:19:45 -05:00
родитель 1aeb27c4c9
Коммит 8de6ed2b8d
+1
Просмотреть файл
@@ -51,6 +51,7 @@ extern "C" {
#endif // __cplusplus
#include <stddef.h>
#include <stdbool.h>
#include "rocm_smi/kfd_ioctl.h"