You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- 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;
|
|
--- a/tools/lvmdevices.c
|
|
+++ b/tools/lvmdevices.c
|
|
@@ -15,6 +15,7 @@
|
|
#include "tools.h"
|
|
#include "lib/cache/lvmcache.h"
|
|
#include "lib/device/device_id.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)
|
|
{
|