summaryrefslogtreecommitdiffstats
path: root/tools/include/asm/bug.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/asm/bug.h')
-rw-r--r--tools/include/asm/bug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/asm/bug.h b/tools/include/asm/bug.h
index bbd75ac8b202..550223f0a6e6 100644
--- a/tools/include/asm/bug.h
+++ b/tools/include/asm/bug.h
@@ -3,6 +3,7 @@
#define _TOOLS_ASM_BUG_H
#include <linux/compiler.h>
+#include <stdio.h>
#define __WARN_printf(arg...) do { fprintf(stderr, arg); } while (0)