| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 1/6] invutil/invidx: include <fcntl.h> for O_CREAT |
| From: | Felix Janda <felix.janda@xxxxxxxxx> |
| Date: | Tue, 12 Jan 2016 22:08:10 +0100 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <cover.1452632647.git.felix.janda@xxxxxxxxx> |
| References: | <cover.1452632647.git.felix.janda@xxxxxxxxx> |
| User-agent: | Mutt/1.5.23 (2014-03-12) |
Signed-off-by: Felix Janda <felix.janda@xxxxxxxxx> --- invutil/invidx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/invutil/invidx.c b/invutil/invidx.c index 67efdf7..82d89d9 100644 --- a/invutil/invidx.c +++ b/invutil/invidx.c @@ -20,6 +20,7 @@ #include <xfs/jdm.h> #include <stdio.h> +#include <fcntl.h> #include <unistd.h> #include <stdlib.h> #include <ncurses.h> -- 2.4.10 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 0/6] xfsdump: Compile with musl libc, Felix Janda |
|---|---|
| Next by Date: | [PATCH 2/6] dump/content.c: Include <linux/limits.h> for XATTR_LIST_MAX, Felix Janda |
| Previous by Thread: | [PATCH 0/6] xfsdump: Compile with musl libc, Felix Janda |
| Next by Thread: | Re: [PATCH 1/6] invutil/invidx: include <fcntl.h> for O_CREAT, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |