forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/tools/include/asm/bug.h
....@@ -3,6 +3,7 @@
33 #define _TOOLS_ASM_BUG_H
44
55 #include <linux/compiler.h>
6
+#include <stdio.h>
67
78 #define __WARN_printf(arg...) do { fprintf(stderr, arg); } while (0)
89