public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] Include fcntl.h for O_EXCL
@ 2017-09-10  0:30 Khem Raj
  2017-09-10  0:30 ` [PATCH 2/5] xfsdump: Use c99 defined [u]int*_t instead of double underscore integer types Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Khem Raj @ 2017-09-10  0:30 UTC (permalink / raw)
  To: linux-xfs; +Cc: Khem Raj

Fix
error: 'O_CREAT' undeclared (first use in this function)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 invutil/invidx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/invutil/invidx.c b/invutil/invidx.c
index 67efdf7..325a9a1 100644
--- a/invutil/invidx.c
+++ b/invutil/invidx.c
@@ -27,6 +27,7 @@
 #include <sys/stat.h>
 #include <string.h>
 #include <uuid/uuid.h>
+#include <fcntl.h>
 
 #include "types.h"
 #include "mlog.h"
-- 
2.14.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-09-10 23:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-10  0:30 [PATCH 1/5] Include fcntl.h for O_EXCL Khem Raj
2017-09-10  0:30 ` [PATCH 2/5] xfsdump: Use c99 defined [u]int*_t instead of double underscore integer types Khem Raj
2017-09-10  0:30 ` [PATCH 3/5] replace use of SIGCLD with SIGCHLD Khem Raj
2017-09-10  0:30 ` [PATCH 4/5] include limit.h for PATH_MAX Khem Raj
2017-09-10  0:30 ` [PATCH 5/5] include sys/types.h for u_int32_t in attr/attributes.h Khem Raj
2017-09-10 16:30 ` [PATCH 1/5] Include fcntl.h for O_EXCL Eric Sandeen
2017-09-10 23:33   ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox