Re: [libvirt PATCH v2 02/13] virstoragefile: properly include virstoragefile.h header

2021-01-22 Thread Peter Krempa
On Thu, Jan 21, 2021 at 20:34:16 +0100, Pavel Hrdina wrote: > It was indirectly included by virstoragefilebackend.h. > > Signed-off-by: Pavel Hrdina > --- > src/util/virstoragefile.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Peter Krempa

[libvirt PATCH v2 02/13] virstoragefile: properly include virstoragefile.h header

2021-01-21 Thread Pavel Hrdina
It was indirectly included by virstoragefilebackend.h. Signed-off-by: Pavel Hrdina --- src/util/virstoragefile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c index 0d3c2af94f..17579126b0 100644 --- a/src/util/virstora