blob: d21f5cdfc70f3c7a040b5728cd7c2986c7c2101a (
plain) (
tree)
|
|
--- ./lib/device/dev-cache.c 2021-10-04 10:26:46.747943865 +0000
+++ ./lib/device/dev-cache.c 2021-10-04 10:23:55.715876227 +0000
@@ -29,6 +29,7 @@
#include <unistd.h>
#include <dirent.h>
#include <locale.h>
+#include <sys/file.h>
struct dev_iter {
struct btree_iter *current;
--- ./tools/lvmdevices.c 2021-10-04 10:34:16.660694727 +0000
+++ ./tools/lvmdevices.c 2021-10-04 10:34:33.718908403 +0000
@@ -16,6 +16,7 @@
#include "lib/cache/lvmcache.h"
#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)
{
|