xfs
[Top] [All Lists]

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

To: xfs@xxxxxxxxxxx
Subject: [PATCH 5/6] include/linux.h: Include <stdio.h> for fprintf and stderr
From: Felix Janda <felix.janda@xxxxxxxxx>
Date: Tue, 12 Jan 2016 21:00:08 +0100
Delivered-to: xfs@xxxxxxxxxxx
In-reply-to: <cover.1452627740.git.felix.janda@xxxxxxxxx>
References: <cover.1452627740.git.felix.janda@xxxxxxxxx>
User-agent: Mutt/1.5.23 (2014-03-12)
Signed-off-by: Felix Janda <felix.janda@xxxxxxxxx>
---
 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

<Prev in Thread] Current Thread [Next in Thread>