| 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> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 4/6] linux.h: Use off64_t instead of loff_t, Felix Janda |
|---|---|
| Next by Date: | [PATCH 6/6] Add configure check for members of dirent for use in io/readdir.c, Felix Janda |
| Previous by Thread: | [PATCH 4/6] linux.h: Use off64_t instead of loff_t, Felix Janda |
| Next by Thread: | Re: [PATCH 5/6] include/linux.h: Include <stdio.h> for fprintf and stderr, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |