mirror of https://gitee.com/openkylin/libvirt.git
virstoragefile: properly include virstoragefile.h header
It was indirectly included by virstoragefilebackend.h. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
23a68a0ed9
commit
7b4e3bab5b
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "virstoragefilebackend.h"
|
||||
#include "virstoragefile.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
@ -38,6 +38,7 @@
|
|||
#include "virbuffer.h"
|
||||
#include "virjson.h"
|
||||
#include "virstorageencryption.h"
|
||||
#include "virstoragefilebackend.h"
|
||||
#include "virsecret.h"
|
||||
#include "virutil.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue