Skip to content

Commit 4c379ab

Browse files
authored
[AMD] Add missing stdbool.h include (#7383)
Fixes gcc error: "did you forget to ‘#include <stdbool.h>’?"
1 parent da7c595 commit 4c379ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/amd/backend/driver.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#define PY_SSIZE_T_CLEAN
55
#include <Python.h>
66
#include <dlfcn.h>
7+
#include <stdbool.h>
78
#include <stdio.h>
89
#include <stdlib.h>
910

0 commit comments

Comments
 (0)