aboutsummaryrefslogtreecommitdiff
path: root/utils/lvm2/patches/004-missing-includes.patch
blob: 5fff3922e0340c69b2099d3d947c1d1375c72707 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/tools/vgimportdevices.c
+++ b/tools/vgimportdevices.c
@@ -15,6 +15,7 @@
 #include "tools.h"
 #include "lib/cache/lvmcache.h"
 #include "lib/device/device_id.h"
+#include <sys/file.h>
 
 struct vgimportdevices_params {
 	uint32_t added_devices;