[PATCH 5/6] include/linux.h: Include <stdio.h> for fprintf and stderr

Felix Janda felix.janda at posteo.de
Tue Jan 12 14:00:08 CST 2016


Signed-off-by: Felix Janda <felix.janda at posteo.de>
---
 include/linux.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux.h b/include/linux.h
index 4872a1e..a4acedc 100644
--- a/include/linux.h
+++ b/include/linux.h
@@ -29,6 +29,7 @@
 #include <errno.h>
 #include <endian.h>
 #include <stdbool.h>
+#include <stdio.h>
 #include <asm/types.h>
 #include <mntent.h>
 
-- 
2.4.10



More information about the xfs mailing list