All of lore.kernel.org
 help / color / mirror / Atom feed
* main - add missing sys/file.h include
@ 2021-08-23 14:25 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2021-08-23 14:25 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=a6a8443a07f891246fa68bda9cc8e3937b6ddbb6
Commit:        a6a8443a07f891246fa68bda9cc8e3937b6ddbb6
Parent:        72af1cb0857afffd56f71847fcb9504d491c13e4
Author:        Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
AuthorDate:    Mon Aug 23 09:24:45 2021 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Mon Aug 23 09:24:45 2021 -0500

add missing sys/file.h include

required for LOCK_EX etc on musl
---
 lib/device/dev-cache.c | 1 +
 tools/lvmdevices.c     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/lib/device/dev-cache.c b/lib/device/dev-cache.c
index 4727ea652..d9227dfd5 100644
--- a/lib/device/dev-cache.c
+++ b/lib/device/dev-cache.c
@@ -29,6 +29,7 @@
 #include <unistd.h>
 #include <dirent.h>
 #include <locale.h>
+#include <sys/file.h>
 
 struct dev_iter {
 	struct btree_iter *current;
diff --git a/tools/lvmdevices.c b/tools/lvmdevices.c
index 87c39eec4..73c33c932 100644
--- a/tools/lvmdevices.c
+++ b/tools/lvmdevices.c
@@ -17,6 +17,8 @@
 #include "lib/device/device_id.h"
 #include "lib/device/dev-type.h"
 
+#include <sys/file.h>
+
 static void _search_devs_for_pvids(struct cmd_context *cmd, struct dm_list *search_pvids, struct dm_list *found_devs)
 {
 	struct dev_iter *iter;



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-23 14:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-23 14:25 main - add missing sys/file.h include David Teigland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.