[libvirt] [PATCH] nodedev: add missing include for virFileMakePathWithMode

Daniel P. Berrangé posted 1 patch 4 years, 8 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190711132300.8880-1-berrange@redhat.com
src/node_device/node_device_hal.c | 1 +
1 file changed, 1 insertion(+)
[libvirt] [PATCH] nodedev: add missing include for virFileMakePathWithMode
Posted by Daniel P. Berrangé 4 years, 8 months ago
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---

Pushed as a build fix for BSD

 src/node_device/node_device_hal.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/node_device/node_device_hal.c b/src/node_device/node_device_hal.c
index 876e808dce..1920f4566e 100644
--- a/src/node_device/node_device_hal.c
+++ b/src/node_device/node_device_hal.c
@@ -32,6 +32,7 @@
 #include "datatypes.h"
 #include "viralloc.h"
 #include "viruuid.h"
+#include "virfile.h"
 #include "virpci.h"
 #include "virpidfile.h"
 #include "virlog.h"
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list