tools: Add missing stdio.h include to asm/bug.h header
[sfrench/cifs-2.6.git] / tools / include / asm / bug.h
index bbd75ac8b202920fa38076a9c4d296a215f36051..550223f0a6e6d7c8a78d64a65c90c0b6a4e336d5 100644 (file)
@@ -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)